FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Schema::NetworkClass:
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. |
|
Constructs a default instance of an NetworkClass.
|
|
Constructs an instance of an NetworkClass using the specified arguments.
|
|
Constructs a NetworkClass object based on an unmanaged instance of the object.
|
|
Gets the concrete class type.
Reimplemented from OSGeo::FDO::Schema::ClassDefinition. |
|
Gets a reference to the layer class.
|
|
Sets a reference to the layer class. The layer class is used to define the system layers ordered collection object property.
|
Comments or suggestions? Send us feedback. |