Back to Devexpress

SourceCoordinateSystem Class

wpf-devexpress-dot-xpf-dot-map-1675326b.md

latest2.1 KB
Original Source

SourceCoordinateSystem Class

The base class for the coordinate systems of a data adapter.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class SourceCoordinateSystem :
    MapDependencyObject
vb
Public MustInherit Class SourceCoordinateSystem
    Inherits MapDependencyObject

The following members return SourceCoordinateSystem objects:

Remarks

An object of this class can be accessed using the CoordinateSystemDataAdapterBase.SourceCoordinateSystem property.

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject SourceCoordinateSystem CartesianSourceCoordinateSystem

GeoSourceCoordinateSystem

See Also

SourceCoordinateSystem Members

DevExpress.Xpf.Map Namespace