SpatialReferenceSystem.AsGeographic

SpatialReferenceSystem.AsGeographic property

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

public virtual GeographicSpatialReferenceSystem AsGeographic { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionConversion is not possible.

See Also