FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Connections::Capabilities::ITopologyCapabilitiesImp:
Note: This Help topic is provided for informational use only. There is no interface or support provided. OSGeo reserves the right to change the software related to the content herein..
Public Member Functions | |
System::Boolean | ActivatesTopologyByArea () |
System::Boolean | BreaksCurveCrossingsAutomatically () |
System::Boolean | ConstrainsFeatureMovements () |
System::Boolean | SupportsTopologicalHierarchy () |
System::Boolean | SupportsTopology () |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
True if the provider supports the activation of a topology using an area (surface) restriction; this may involve the use of pessimistic locking. |
|
True if the provider automatically (as a result of geometry assignment) breaks curves and inserts nodes wherever curves cross or touch, or where a node touches a curve. |
|
True if the provider constrains edits of TopoGeometry properties (by geometry value) to those that do not change topological relationships. |
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
|
True if the provider supports TopoGeometry properties that depend on each other in a hierarchy; if this is false, attempting to set a non-NULL for TopoGeometryPropertyDefinition's "DependsOnTopoGeometry" property will fail. |
|
True if the provider supports topology; if this is false, attempts to create topology-specific schema will fail. |
Comments or suggestions? Send us feedback. |