FDO API Reference | Feature Data Objects |
#include <NetworkFeatureClass.h>
Inherits FdoFeatureClass.
Inherited by FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass.
Inheritance diagram for FdoNetworkFeatureClass:
Definition at line 37 of file NetworkFeatureClass.h.
Public Member Functions | |
virtual void | _writeXml (FdoSchemaXmlContext *pContext) |
Serialize this property to XML. | |
virtual void | CheckReferences (FdoSchemaMergeContext *pContext) |
FDO_API FdoDataPropertyDefinition * | GetCostProperty () |
Gets a reference to the cost property. | |
FDO_API FdoAssociationPropertyDefinition * | GetNetworkProperty () |
Gets a reference to the network property. | |
FDO_API FdoAssociationPropertyDefinition * | GetParentNetworkFeatureProperty () |
Gets a reference to the parent network feature property. | |
FDO_API FdoAssociationPropertyDefinition * | GetReferencedFeatureProperty () |
Gets a reference to the referenced feature property. | |
virtual void | InitFromXml (FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs) |
Initialize this property from its XML attributes. | |
virtual void | Set (FdoClassDefinition *pProperty, FdoSchemaMergeContext *pContext) |
DOXYGEN-IGNORE | |
FDO_API void | SetCostProperty (FdoDataPropertyDefinition *value) |
Sets a reference to the cost property. | |
FDO_API void | SetNetworkProperty (FdoAssociationPropertyDefinition *value) |
Sets a reference to the network property. | |
FDO_API void | SetParentNetworkFeatureProperty (FdoAssociationPropertyDefinition *value) |
Sets a reference to the parent network feature property. | |
FDO_API void | SetReferencedFeatureProperty (FdoAssociationPropertyDefinition *value) |
Sets a reference to the referenced feature property. | |
virtual FdoBoolean | XmlEndElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname) |
Element end. | |
virtual FdoXmlSaxHandler * | XmlStartElement (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. | |
FdoNetworkFeatureClass (FdoString *name, FdoString *description) | |
Constructs an instance of an FdoNetworkNodeFeatureClass using the specified arguments. | |
FdoNetworkFeatureClass () | |
DOXYGEN-IGNORE | |
virtual | ~FdoNetworkFeatureClass () |
Protected Attributes | |
FdoDataPropertyDefinition * | m_costPropertyCHANGED |
FdoAssociationPropertyDefinition * | m_networkCHANGED |
FdoAssociationPropertyDefinition * | m_parentNetworkFeatureCHANGED |
FdoAssociationPropertyDefinition * | m_referencedFeatureCHANGED |
|
DOXYGEN-IGNORE Constructs a default instance of an FdoNetworkFeatureClass. To make a class of this type, you need to either create a FdoNetworkNodeFeatureClass or FdoNetworkLinkFeatureClass. |
|
Constructs an instance of an FdoNetworkNodeFeatureClass using the specified arguments.
|
|
|
|
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
FdoFeatureSchema::RejectChanges() support.
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Serialize this property to XML.
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Gets a reference to the cost property.
|
|
Gets a reference to the network property.
|
|
Gets a reference to the parent network feature property.
|
|
Gets a reference to the referenced feature property.
|
|
Initialize this property from its XML attributes.
Reimplemented from FdoClassDefinition. |
|
DOXYGEN-IGNORE
Reimplemented from FdoFeatureClass. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Sets a reference to the cost property.
|
|
Sets a reference to the network property.
|
|
Sets a reference to the parent network feature property.
|
|
Sets a reference to the referenced feature property.
|
|
Element end.
Reimplemented from FdoClassDefinition. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Handle sub-elements such as properties Element start Reimplemented from FdoClassDefinition. Reimplemented in FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass. |
|
Definition at line 188 of file NetworkFeatureClass.h. |
|
Definition at line 189 of file NetworkFeatureClass.h. |
|
Definition at line 191 of file NetworkFeatureClass.h. |
|
Definition at line 190 of file NetworkFeatureClass.h. |
Comments or suggestions? Send us feedback. |