FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Schema::NetworkFeatureClass Class Reference
[OSGeo::FDO::Schema]

Inherits OSGeo::FDO::Schema::FeatureClass.

Inherited by OSGeo::FDO::Schema::NetworkLinkFeatureClass, and OSGeo::FDO::Schema::NetworkNodeFeatureClass.

Inheritance diagram for OSGeo::FDO::Schema::NetworkFeatureClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

NetworkFeature is an abstract class that derives from FeatureClass and is a base for NetworkNodeFeature and NetworkLinkFeature.

()

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 36 of file mgNetworkFeatureClass.h.


Public Member Functions

__property OSGeo::FDO::Schema::DataPropertyDefinitionget_CostProperty ()
 Gets a reference to the cost property.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_NetworkProperty ()
 Gets a reference to the network property.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_ParentNetworkFeatureProperty ()
 Gets a reference to the parent network feature property.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_ReferencedFeatureProperty ()
 Gets a reference to the referenced feature property.
 NetworkFeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a NetworkFeatureClass object based on an unmanaged instance of the object.
__property System::Void set_CostProperty (OSGeo::FDO::Schema::DataPropertyDefinition *value)
 Sets a reference to the cost property.
__property System::Void set_NetworkProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the network property.
__property System::Void set_ParentNetworkFeatureProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the parent network feature property.
__property System::Void set_ReferencedFeatureProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the referenced feature property.

Comments or suggestions? Send us feedback.