SpatialReferenceSystem.AsGeocentric

SpatialReferenceSystem.AsGeocentric property

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

public virtual GeocentricSpatialReferenceSystem AsGeocentric { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionConversion is not possible.

See Also