FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Schema::NetworkNodeFeatureClass Class Reference

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

Inheritance diagram for OSGeo::FDO::Schema::NetworkNodeFeatureClass:

[legend]
List of all members.

Detailed Description

NetworkNodeFeature derives from NetworkFeature and can be used to represent a logical node 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..


Public Member Functions

__property OSGeo::FDO::Schema::ClassType get_ClassType ()
 Gets the concrete class type.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_LayerProperty ()
 Gets a reference to the layer property.
 NetworkNodeFeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a NetworkNodeFeatureClass object based on an unmanaged instance of the object.
 NetworkNodeFeatureClass (System::String *name, System::String *description)
 Constructs an instance of an NetworkNodeFeatureClass using the specified arguments.
 NetworkNodeFeatureClass ()
 Constructs a default instance of an NetworkNodeFeatureClass.
__property System::Void set_LayerProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the layer property. The associated class of the layer association property must be an NetworkLayer.

Constructor & Destructor Documentation

OSGeo::FDO::Schema::NetworkNodeFeatureClass::NetworkNodeFeatureClass  ) 
 

Constructs a default instance of an NetworkNodeFeatureClass.

OSGeo::FDO::Schema::NetworkNodeFeatureClass::NetworkNodeFeatureClass System::String *  name,
System::String *  description
 

Constructs an instance of an NetworkNodeFeatureClass using the specified arguments.

Parameters:
name Input name
description Input description

OSGeo::FDO::Schema::NetworkNodeFeatureClass::NetworkNodeFeatureClass System::IntPtr  unmanaged,
System::Boolean  autoDelete
[inline]
 

Constructs a NetworkNodeFeatureClass object based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property OSGeo ::FDO ::Schema ::ClassType OSGeo::FDO::Schema::NetworkNodeFeatureClass::get_ClassType  ) 
 

Gets the concrete class type.

Returns:
Returns class type

Reimplemented from OSGeo::FDO::Schema::FeatureClass.

__property OSGeo ::FDO ::Schema ::AssociationPropertyDefinition* OSGeo::FDO::Schema::NetworkNodeFeatureClass::get_LayerProperty  ) 
 

Gets a reference to the layer property.

Returns:
Returns an association property definition

__property System::Void OSGeo::FDO::Schema::NetworkNodeFeatureClass::set_LayerProperty OSGeo::FDO::Schema::AssociationPropertyDefinition value  ) 
 

Sets a reference to the layer property. The associated class of the layer association property must be an NetworkLayer.

Parameters:
value Input an association property definition
Returns:
Returns nothing

Comments or suggestions? Send us feedback.