SpatialReferenceSystem.TryCreateFromEpsg
SpatialReferenceSystem.TryCreateFromEpsg method
Create a spatial reference system based the specified EPSG code.
public static bool TryCreateFromEpsg(int epsg, out SpatialReferenceSystem value)
Parameter | Type | Description |
---|---|---|
epsg | Int32 | EPSG code of the spatial reference system. |
value | SpatialReferenceSystem& | When this methods returns true , contains a SRS with the specified EPSG code; otherwise, contains null . |
Return Value
true
if specified EPSG code is known and SRS was created; false
otherwise.
See Also
- method CreateFromEpsg
- class SpatialReferenceSystem
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS