Identifier.Epsg
Identifier.Epsg method
Creates new Identifier that represents EPSG identifier with code epsgCode.
public static Identifier Epsg(int epsgCode)
Parameter | Type | Description |
---|---|---|
epsgCode | Int32 | Epsg code. |
Return Value
New identifier with AuthorityName
“EPSG” and AuthorityUniqueIdentifier
epsgCode. If epsgCode is less then 0 - return null
;
See Also
- class Identifier
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS