Interface IFdoGeometryCapabilities
Describes the geometry capabilities of the FDO provider
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoGeometryCapabilities
Properties
| Improve this Doc View SourceDimensionality
The supported dimensionality
Declaration
string Dimensionality { get; }
Property Value
Type | Description |
---|---|
System.String |
SupportedComponentTypes
The array of supported geometry component types
Declaration
string[] SupportedComponentTypes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportedGeometryTypes
The array of supported geometry types
Declaration
string[] SupportedGeometryTypes { get; }
Property Value
Type | Description |
---|---|
System.String[] |