MapProjectionIsLongLat Method |
Returns true if the
projectionString projection is "LONG/LAT"
"LONG/LAT" is a geographical coordinate system without an underlying datum (ellipsoid)
definition.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static bool IsLongLat(
string projectionString
)
Public Shared Function IsLongLat (
projectionString As String
) As Boolean
public:
static bool IsLongLat(
String^ projectionString
)
static member IsLongLat :
projectionString : string -> bool
Parameters
- projectionString
- Type: SystemString
Name of map projection, WKT string or a projection abbreviation
Return Value
Type:
BooleanSee Also