MapProjectionIsLocal Method |
Returns true if the
projectionString defines a local
coordinate system that is not georeferenced.
The projection string for a local coordinate system is the string: "NON-UTM"
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static bool IsLocal(
string projectionString
)
Public Shared Function IsLocal (
projectionString As String
) As Boolean
public:
static bool IsLocal(
String^ projectionString
)
static member IsLocal :
projectionString : string -> bool
Parameters
- projectionString
- Type: SystemString
Name of map projection, WKT string or a projection abbreviation
Return Value
Type:
BooleanSee Also