SpatialReferenceSystemAsLocal Property

Returns this SRS converted to LocalSpatialReferenceSystem. Use Type to find out if conversion is possible.

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public virtual LocalSpatialReferenceSystem AsLocal { get; }

Property Value

Type: LocalSpatialReferenceSystem
Exceptions
ExceptionCondition
InvalidOperationException Conversion is not possible.
See Also