Click or drag to resize

ICoordinateTransformationIsLatLon Method

Checks if a projection is using latitude/longitude coordinates.

Namespace:  Ptv.Components.Projections.Proj4
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
bool IsLatLon(
	IntPtr pj
)

Parameters

pj
Type: SystemIntPtr
The projection to check.

Return Value

Type: Boolean
True, if the projection is using latitude/longitude coordinates, false otherwise.
Remarks
This check is used to automatically handle DEG/RAD conversion in transformations based on PROJ.4.
See Also