| 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
Syntaxbool IsLatLon(
	IntPtr pj
)
Function IsLatLon ( 
	pj As IntPtr
) As Boolean
bool IsLatLon(
	IntPtr pj
)
abstract IsLatLon : 
        pj : IntPtr -> bool 
Parameters
- pj
- Type: SystemIntPtr
 The projection to check.
Return Value
Type: 
BooleanTrue, if the projection is using latitude/longitude coordinates, false otherwise.
 Remarks
RemarksThis check is used to automatically handle DEG/RAD conversion in 
            transformations based on PROJ.4.
 See Also
See Also