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::Geometry::IRingAbstractImp Class Reference

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Geometry::OSGeo::FDO::Geometry::IRingAbstract.

Inherited by OSGeo::FDO::Geometry::ILinearRingImp, and OSGeo::FDO::Geometry::IRingImp.

Inheritance diagram for OSGeo::FDO::Geometry::IRingAbstractImp:

[legend]
List of all members.

Detailed Description

The IRingAbstractImp class is a ring Geometry helper type (abstract). FdoIRingAbstract is the most general ring type. It is similar to CurveAbstract, but is always closed.


Public Member Functions

__property System::Int32 get_Dimensionality ()
 Gets the dimensionality of ordinates in this object.
__property OSGeo::FDO::Geometry::IEnvelopeget_Envelope ()
 Gets the envelope for the object.
 IRingAbstractImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()

Constructor & Destructor Documentation

OSGeo::FDO::Geometry::IRingAbstractImp::IRingAbstractImp System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

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

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

Member Function Documentation

__property System::Int32 OSGeo::FDO::Geometry::IRingAbstractImp::get_Dimensionality  ) 
 

Gets the dimensionality of ordinates in this object.

Remarks:
Values are from the Dimensionality enum. A return type of "Int32" is used instead of the enum, catering to typical use with bit masking.
Returns:
Returns the ordinate dimensionality

__property OSGeo ::FDO ::Geometry ::IEnvelope* OSGeo::FDO::Geometry::IRingAbstractImp::get_Envelope  ) 
 

Gets the envelope for the object.

Returns:
Returns the envelope

System::Void OSGeo::FDO::Geometry::IRingAbstractImp::ReleaseUnmanagedObject  )  [protected, virtual]
 

Reimplemented from OSGeo::FDO::Runtime::Disposable.


Comments or suggestions? Send us feedback.