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

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

Inheritance diagram for OSGeo::FDO::Schema::Topology:

[legend]
List of all members.

Detailed Description

This class is used to represent a topology.

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

 Topology (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a Topology object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

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

Constructs a Topology 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.

Comments or suggestions? Send us feedback.