windowsforms-devexpress-dot-xtramap-15dfee2c.md
The base class for converters from a conic projected coordinate system to the geographic coordinate system.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public abstract class ConicCartesianToGeoConverter :
EllipsoidBasedCartesianToGeoConverter
Public MustInherit Class ConicCartesianToGeoConverter
Inherits EllipsoidBasedCartesianToGeoConverter
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.
Object CoordinateConverterBase DevExpress.XtraMap.CoordinateConverterCoreWrapper EllipsoidBasedCartesianToGeoConverter ConicCartesianToGeoConverter AlbersEqualAreaConicCartesianToGeoConverter
LambertConformalConicCartesianToGeoConverter
See Also