Method | Description | |
---|---|---|
Parse ( string wkt ) : IInfo |
Reads and parses a WKT-formatted projection string.
|
Method | Description | |
---|---|---|
ReadAngularUnit ( |
Returns a AngularUnit given a piece of WKT.
|
|
ReadAxis ( |
Returns a AxisInfo given a piece of WKT.
|
|
ReadCoordinateSystem ( string coordinateSystem, |
|
|
ReadEllipsoid ( |
|
|
ReadGeographicCoordinateSystem ( |
|
|
ReadHorizontalDatum ( |
|
|
ReadLinearUnit ( |
Returns a LinearUnit given a piece of WKT.
|
|
ReadPrimeMeridian ( |
|
|
ReadProjectedCoordinateSystem ( |
|
|
ReadProjection ( |
|
|
ReadUnit ( |
Returns a IUnit given a piece of WKT.
|
|
ReadWGS84ConversionInfo ( |
Reads either 3, 6 or 7 parameter Bursa-Wolf values from TOWGS84 token
|
public static Parse ( string wkt ) : IInfo | ||
wkt | string | String containing WKT. |
return | IInfo |