FDO .NET API Reference Feature Data Objects

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

Inherits OSGeo::FDO::Schema::NetworkFeatureClass.

Inheritance diagram for OSGeo::FDO::Schema::NetworkLinkFeatureClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

NetworkLinkFeature derives NetworkFeature and can be used to represent a logical link feature.

()

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

Definition at line 36 of file mgNetworkLinkFeatureClass.h.


Public Member Functions

__property OSGeo::FDO::Schema::ClassType get_ClassType ()
 Gets the concrete class type.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_EndNodeProperty ()
 Gets a reference to the end node property.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_StartNodeProperty ()
 Gets a reference to the start node property.
 NetworkLinkFeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a NetworkLinkFeatureClass object based on an unmanaged instance of the object.
 NetworkLinkFeatureClass (System::String *name, System::String *description)
 Constructs an instance of an NetworkLinkFeatureClass using the specified arguments.
 NetworkLinkFeatureClass ()
 Constructs a default instance of an NetworkLinkFeatureClass.
__property System::Void set_EndNodeProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the end node property.
__property System::Void set_StartNodeProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the start node property.

Comments or suggestions? Send us feedback.