CoordinateSystemWkt
Description
Helper class for importing Well-Known Text (WKT) geo-references.
This class consumes WKT content that conforms to one of the following specifications:
-
OpenGISĀ® Implementation Specification
Coordinate Transformation Services
Chapter "7 Well-Known Text format"
https://portal.ogc.org/files/?artifact_id=999 -
Geographic information
Well-known text representation of coordinate reference systems
Version 2.0.6 / 18-010r7
https://www.ogc.org/standard/wkt-crs/
- See also
Public / Methods
ReverseLookup
Returns the GeoObjectId object that has been parsed for the given IGeoObject instance.
Public / Attributes
Datum
The parsed datum operation.
If Result is not null
, then the DatumOperation.Source and DatumOperation.Target properties of the returned DatumOperation will always be equal to Result and CoordinateSystem.WGS84, respectively.