Click or drag to resize

MapProjectionHasDatum Method

Returns true if the projectionString projection has a datum definition.

If a projection does not have an underlying datum, reprojections including datum shifts cannot be performed.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static bool HasDatum(
	string projectionString
)

Parameters

projectionString
Type: SystemString
Name of map projection, WKT string or a projection abbreviation

Return Value

Type: Boolean
See Also