C# Class SharpMap.Converters.WellKnownText.CoordinateSystemWktReader

Creates an object based on the supplied Well Known Text (WKT).
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
Parse ( string wkt ) : IInfo

Reads and parses a WKT-formatted projection string.

Private Methods

Méthode Description
ReadAngularUnit ( WktStreamTokenizer tokenizer ) : IAngularUnit

Returns a AngularUnit given a piece of WKT.

ReadAxis ( WktStreamTokenizer tokenizer ) : AxisInfo

Returns a AxisInfo given a piece of WKT.

ReadCoordinateSystem ( string coordinateSystem, WktStreamTokenizer tokenizer ) : ICoordinateSystem

ReadEllipsoid ( WktStreamTokenizer tokenizer ) : IEllipsoid

ReadGeographicCoordinateSystem ( WktStreamTokenizer tokenizer ) : IGeographicCoordinateSystem

ReadHorizontalDatum ( WktStreamTokenizer tokenizer ) : IHorizontalDatum

ReadLinearUnit ( WktStreamTokenizer tokenizer ) : ILinearUnit

Returns a LinearUnit given a piece of WKT.

ReadPrimeMeridian ( WktStreamTokenizer tokenizer ) : IPrimeMeridian

ReadProjectedCoordinateSystem ( WktStreamTokenizer tokenizer ) : IProjectedCoordinateSystem

ReadProjection ( WktStreamTokenizer tokenizer ) : IProjection

ReadUnit ( WktStreamTokenizer tokenizer ) : IUnit

Returns a IUnit given a piece of WKT.

ReadWGS84ConversionInfo ( WktStreamTokenizer tokenizer ) : Wgs84ConversionInfo

Reads either 3, 6 or 7 parameter Bursa-Wolf values from TOWGS84 token

Method Details

Parse() public static méthode

Reads and parses a WKT-formatted projection string.
If a token is not recognised.
public static Parse ( string wkt ) : IInfo
wkt string String containing WKT.
Résultat IInfo