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
)
Function InitProjection (
wkt As String
) As IntPtr
IntPtr InitProjection(
String^ wkt
)
abstract InitProjection :
wkt : string -> IntPtr
Parameters
- wkt
- Type: SystemString
The projection parameters, specified as Proj4 well known text.
Return Value
Type:
IntPtrThe projection handle which will be invalid on any error.
See Also