SpatialReferenceSystem.AsProjected

SpatialReferenceSystem.AsProjected property

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

public virtual ProjectedSpatialReferenceSystem AsProjected { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionConversion is not possible.

See Also