Interface ISpatialContextInfo
Represents a spatial context override
Namespace: OSGeo.MapGuide.ObjectModels.FeatureSource
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISpatialContextInfo
Properties
| Improve this Doc View SourceCoordinateSystem
Gets or sets the coordinate system.
Declaration
string CoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String | The coordinate system. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |