ConicCartesianToGeoConverter Class
In This Article
The base class for converters from a conic projected coordinate system to the geographic coordinate system.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.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.
#Inheritance
Object
CoordinateConverterBase
DevExpress.XtraMap.CoordinateConverterCoreWrapper
See Also