ConicCartesianToGeoConverter Class
The base class for converters from a conic projected coordinate system to the geographic coordinate system.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
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.
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
MapDependencyObject
CoordinateConverterBase
DevExpress.Xpf.Map.CoordinateConverterCoreWrapper
See Also