ProjCoordinateTransform

Description

sealed class Tinman.AddOns.GDAL.ProjCoordinateTransform

Derived from

CoordinateTransform abstract

Full source code is included in the Tinman 3D SDK download.

A ICoordinateTransform implementation for the PROJ library.

Public / Constructors

Proj​Coordinate​Transform


public constructor ProjCoordinateTransform → (1)

projDef in : string

[not-empty]
The PROJ definition string.

Creates a new instance of ProjCoordinateTransform.

TinmanException

If the given definition string is malformed or if the PROJ library is not available.