FDO API Reference Feature Data Objects

FdoTopoGeometryPropertyDefinition Class Reference

#include <TopoGeometryPropertyDefinition.h>

Inherits FdoGeometricPropertyDefinition.

Inheritance diagram for FdoTopoGeometryPropertyDefinition:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoTopoGeometryPropertyDefinition derives from FdoGeometricPropertyDefinition, but it has behavior of both geometry and fixed association. It can be used to relate an application-domain feature class (other than a topological primitive class) to a topology. One can use the short form TopoGeometry to refer to these properties. Values of this property can be used:.

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 46 of file TopoGeometryPropertyDefinition.h.


Public Member Functions

virtual void _writeXml (FdoSchemaXmlContext *pContext)
 Serialize this class to XML.
 FdoTopoGeometryPropertyDefinition (FdoString *name, FdoString *description, FdoString *topologyName, bool system=false)
FdoTopoGeometryPropertyDefinitionGetDependsOnTopoGeometry ()
FdoStringGetTopologyName ()
 Get the name of the topology to which this property belongs.
virtual void InitFromXml (FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs)
 Initialize this property from its XML attributes.
virtual void InitFromXml (const FdoString *classTypeName, FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs)
 Initialize the class from its XML attributes.
void SetDependsOnTopoGeometry (FdoTopoGeometryPropertyDefinition *dependsOnTopoGeometry)
void SetTopologyName (FdoString *topologyName)
virtual FdoBoolean XmlEndElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname)
 Element end.
virtual FdoXmlSaxHandlerXmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts)

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.
 FdoTopoGeometryPropertyDefinition ()
 Hide default constructor to ensure that it cannot be used.
virtual ~FdoTopoGeometryPropertyDefinition ()

Protected Attributes

FdoTopoGeometryPropertyDefinitiondependsOnTopoGeometry
FdoStringtopologyName
 The name of the related topology.

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