Skip to main content
A newer version of this page is available. .

ConicCartesianToGeoConverter Class

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public abstract class ConicCartesianToGeoConverter :
    EllipsoidBasedCartesianToGeoConverter

Remarks

This class introduces the ConicCartesianToGeoConverter.StandardParallelN and ConicCartesianToGeoConverter.StandardParallelS properties, which allow specifying north and south standard parallels of a projected coordinate system.

For more information, refer to: Conic projections.

See Also