Skip to main content
All docs
V26.1
  • GeoJsonFileDataAdapter.SourceCoordinateSystem Property

    Gets or sets a coordinate system for the data adapter.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public GeoSourceCoordinateSystem SourceCoordinateSystem { get; set; }

    Property Value

    Type Description
    GeoSourceCoordinateSystem

    The Geographical coordinate system.

    See Also