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

Inheritance diagram for OSGeo::FDO::Schema::NetworkClass:

Inheritance graph
[legend]

List of all members.


Detailed Description

The NetworkClass derives from ClassDefinition and can be used to represent a linear network. The NetworkClass has 2 pre-defined base properties. The first is a Boolean type called "Directed". And the second is a ObjectPropertyDefinition of an ordered collection called "Layers". The "Directed" property is used to indicate if the network is directed or undirected. The network is directed if the Directed property is set to true. Otherwise, it is undirected. The Layers property is used to contain the ordered list of layers. The class of the layers object property must be of type NetworkLayer.

()

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::NetworkLayerClass
get_LayerClass ()
 Gets a reference to the layer class.
 NetworkClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a NetworkClass object based on an unmanaged instance of the object.
 NetworkClass (System::String *name, System::String *description)
 Constructs an instance of an NetworkClass using the specified arguments.
 NetworkClass ()
 Constructs a default instance of an NetworkClass.
__property System::Void set_LayerClass (OSGeo::FDO::Schema::NetworkLayerClass *value)
 Sets a reference to the layer class. The layer class is used to define the system layers ordered collection object property.