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::NetworkLayerClass Class Reference

Inherits OSGeo::FDO::Schema::ClassDefinition.

Inheritance diagram for OSGeo::FDO::Schema::NetworkLayerClass:

[legend]
List of all members.

Detailed Description

NetworkLayerClass derives from ClassDefinition and can be used to represent a network layer.

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.
 NetworkLayerClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a NetworkLayerClass object based on an unmanaged instance of the object.
 NetworkLayerClass (System::String *name, System::String *description)
 Constructs an instance of an NetworkLayerClass using the specified arguments.
 NetworkLayerClass ()
 Constructs a default instance of an NetworkLayerClass.

Constructor & Destructor Documentation

OSGeo::FDO::Schema::NetworkLayerClass::NetworkLayerClass  ) 
 

Constructs a default instance of an NetworkLayerClass.

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

Constructs an instance of an NetworkLayerClass using the specified arguments.

Parameters:
name Input name
description Input description

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

Constructs a NetworkLayerClass 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::NetworkLayerClass::get_ClassType  ) 
 

Gets the concrete class type.

Returns:
Returns class type

Reimplemented from OSGeo::FDO::Schema::ClassDefinition.


Comments or suggestions? Send us feedback.