CompoundSpatialReferenceSystem.AsProjected

CompoundSpatialReferenceSystem.AsProjected property

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

public override ProjectedSpatialReferenceSystem AsProjected { get; }

See Also