Skip to main content

ConicCartesianToGeoConverter Class

The base class for converters from a conic projected coordinate system to the geographic coordinate system.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class ConicCartesianToGeoConverter :
    EllipsoidBasedCartesianToGeoConverter

Remarks

This class introduces the ConicCartesianToGeoConverter.StandardParallelN and ConicCartesianToGeoConverter.StandardParallelS properties. Use these properties to specify north and south standard parallels of a projected coordinate system.

For more information, refer to: Conic projections.

See Also