FDO API Reference | Feature Data Objects |
#include <Topology.h>
Inherits FdoClassDefinition.
Inheritance diagram for FdoTopology:
Definition at line 34 of file Topology.h.
Public Member Functions | |
FdoTopology (FdoString *name, FdoString *description, FdoString *spatialContext) | |
Constructor. | |
FdoString * | GetEdgeClassName () |
Get the name of the edge primitive feature class for this topology. | |
FdoString * | GetFaceClassName () |
Get the name of the face primitive feature class for this topology. | |
FdoString * | GetNodeClassName () |
Get the name of the node primitive feature class for this topology. | |
FdoString * | GetSpatialContextName () |
Get the name of the spatial context for this topology. | |
void | SetSpatialContextName (FdoString *spatialContextName) |
Protected Member Functions | |
virtual void | _AcceptChanges () |
virtual void | _BeginChangeProcessing () |
virtual void | _EndChangeProcessing () |
virtual void | _RejectChanges () |
virtual void | _StartChanges () |
FdoFeatureSchema::RejectChanges() support. | |
virtual void | Dispose () |
Dispose this object. | |
FdoTopology () | |
DOXYGEN-IGNORE Hide default constructor to ensure that it cannot be used. | |
virtual | ~FdoTopology () |
|
Constructor.
|
|
DOXYGEN-IGNORE Hide default constructor to ensure that it cannot be used.
Definition at line 123 of file Topology.h. |
|
|
|
Reimplemented from FdoClassDefinition. |
|
Reimplemented from FdoClassDefinition. |
|
Reimplemented from FdoClassDefinition. |
|
Reimplemented from FdoClassDefinition. |
|
FdoFeatureSchema::RejectChanges() support.
Reimplemented from FdoClassDefinition. |
|
Dispose this object.
Implements FdoIDisposable. |
|
Get the name of the edge primitive feature class for this topology.
|
|
Get the name of the face primitive feature class for this topology.
|
|
Get the name of the node primitive feature class for this topology.
|
|
Get the name of the spatial context for this topology.
|
|
Set the name of the spatial context for this topology. The spatial context must already exist. |
Comments or suggestions? Send us feedback. |