Back to Devexpress

MapCoordinateSystem Class

wpf-devexpress-dot-xpf-dot-map-f46f1254.md

latest1.8 KB
Original Source

MapCoordinateSystem Class

This class provides the base functionality of the coordinate system for the Map Control.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class MapCoordinateSystem :
    MapDependencyObject,
    ICoordinateSystemProvider
vb
Public MustInherit Class MapCoordinateSystem
    Inherits MapDependencyObject
    Implements ICoordinateSystemProvider

The following members return MapCoordinateSystem objects:

Remarks

This class provides the MapCoordinateSystem.CreatePoint method used to create points in the current coordinate system.

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapCoordinateSystem CartesianMapCoordinateSystem

GeoMapCoordinateSystem

See Also

MapCoordinateSystem Members

DevExpress.Xpf.Map Namespace