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

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.


Public Member Functions

__property
OSGeo::FDO::Schema::DataPropertyDefinition
get_CostProperty ()
 Gets a reference to the cost property.
__property
OSGeo::FDO::Schema::AssociationPropertyDefinition
get_NetworkProperty ()
 Gets a reference to the network property.
__property
OSGeo::FDO::Schema::AssociationPropertyDefinition
get_ParentNetworkFeatureProperty ()
 Gets a reference to the parent network feature property.
__property
OSGeo::FDO::Schema::AssociationPropertyDefinition
get_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.