FDO API Reference Feature Data Objects

FdoTopology Class Reference

#include <Topology.h>

Inherits FdoClassDefinition.

Inheritance diagram for FdoTopology:

Inheritance graph
[legend]
List of all members.

Detailed Description

This class is used to represent a topology.

Note:
This Help topic is provided for informational use only. There is no interface or support provided. Autodesk reserves the right to change the software related to the content herein.

Definition at line 34 of file Topology.h.


Public Member Functions

 FdoTopology (FdoString *name, FdoString *description, FdoString *spatialContext)
 Constructor.
FdoStringGetEdgeClassName ()
 Get the name of the edge primitive feature class for this topology.
FdoStringGetFaceClassName ()
 Get the name of the face primitive feature class for this topology.
FdoStringGetNodeClassName ()
 Get the name of the node primitive feature class for this topology.
FdoStringGetSpatialContextName ()
 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 ()
 Hide default constructor to ensure that it cannot be used.
virtual ~FdoTopology ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.