CompoundSpatialReferenceSystem.AsGeographic

CompoundSpatialReferenceSystem.AsGeographic property

Return geographic representation of this SRS. If this compound SRS indeed represents a geographic SRS, the result will be three dimensional geographic SRS (with longitude, latitude, height dimensions). Otherwise an exception will be thrown.

public override GeographicSpatialReferenceSystem AsGeographic { get; }

See Also