MapProjectionIsGeoreferenced Method

Returns true if the projectionString projection is georeferenced, meaning that it is based on, or can convert to, geographical coordinates (longitude, latitude).

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static bool IsGeoreferenced(
	string projectionString
)

Parameters

projectionString  String
Name of map projection, WKT string or a projection abbreviation

Return Value

Boolean

See Also