Interface IFdoSpatialContext
Represents a Spatial Context of a Feature Source
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoSpatialContext : IFdoSerializable
Properties
| Improve this Doc View SourceCoordinateSystemName
Gets or sets the name of the coordinate system.
Declaration
string CoordinateSystemName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the coordinate system. |
CoordinateSystemWkt
Gets or sets the coordinate system WKT.
Declaration
string CoordinateSystemWkt { get; set; }
Property Value
Type | Description |
---|---|
System.String | The coordinate system WKT. |
Description
Gets or sets the description.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Extent
Gets or sets the extent.
Declaration
IEnvelope Extent { get; set; }
Property Value
Type | Description |
---|---|
IEnvelope | The extent. |
ExtentType
Gets or sets the type of the extent.
Declaration
FdoSpatialContextListSpatialContextExtentType ExtentType { get; set; }
Property Value
Type | Description |
---|---|
FdoSpatialContextListSpatialContextExtentType | The type of the extent. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
XYTolerance
Gets or sets the XY tolerance.
Declaration
double XYTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The XY tolerance. |
ZTolerance
Gets or sets the Z tolerance.
Declaration
double ZTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Z tolerance. |