Click or drag to resize

ICoordinateTransformationInitProjection Method

Initializes a projection.

Namespace:  Ptv.Components.Projections.Proj4
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
IntPtr InitProjection(
	string wkt
)

Parameters

wkt
Type: SystemString
The projection parameters, specified as Proj4 well known text.

Return Value

Type: IntPtr
The projection handle which will be invalid on any error.
See Also