Click or drag to resize

MapProjectionGetCoordSysType Method

Function that returns the coordinate system type.

Use this function check the type of coordinate system e.g. east/north or some other combination. A typical application of this function is to exclude coordinate systems, that are not standard east/north-oriented.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static MapProjectionCoordSysType GetCoordSysType(
	string projstring
)

Parameters

projstring
Type: SystemString
Specifies the full WKT map projection string to the projection

Return Value

Type: MapProjectionCoordSysType
See Also