Geotools.Net

IInfo.AuthorityCode Property

Gets the authority-specific identification code.

[Visual Basic]
Property AuthorityCode As String
[C#]
string AuthorityCode {get;}

Property Value

Missing <value> documentation for P:Geotools.CoordinateReferenceSystems.IInfo.AuthorityCode

Remarks

The AuthorityCode is a compact string defined by an Authority to reference a particular spatial reference object. For example, the European Survey Group (EPSG) authority uses 32 bit integers to reference coordinate systems so all their code strings will consist of a few digits. The EPSG code for WGS84 Lat/Lon is '4326'.

See Also

IInfo Interface | IInfo Members | Geotools.CoordinateReferenceSystems Namespace