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

Inherits OSGeo::FDO::Geometry::IRingAbstractImp, and OSGeo::FDO::Geometry::OSGeo::FDO::Geometry::IRing.

Inheritance diagram for OSGeo::FDO::Geometry::IRingImp:

[legend]
List of all members.

Detailed Description

The IRingImp class is ring Geometry helper type. This is the most general non-abstract ring type. FdoIRing is defined by an ordered collection of contiguous curve segments.


Public Member Functions

__property System::Int32 get_Count ()
 Gets the number of curve segments in this ring.
__property OSGeo::FDO::Geometry::CurveSegmentCollectionget_CurveSegments ()
 Gets all the curve segments.
__property OSGeo::FDO::Geometry::ICurveSegmentAbstractget_Item (System::Int32 index)
 Gets the curve segment at the given zero-based index.
 IRingImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

OSGeo::FDO::Geometry::IRingImp::IRingImp 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::IRingImp::get_Count  ) 
 

Gets the number of curve segments in this ring.

Returns:
Returns the number of curve segments

__property OSGeo ::FDO ::Geometry ::CurveSegmentCollection* OSGeo::FDO::Geometry::IRingImp::get_CurveSegments  ) 
 

Gets all the curve segments.

Returns:
Returns a collection of all the curve segments

__property OSGeo ::FDO ::Geometry ::ICurveSegmentAbstract* OSGeo::FDO::Geometry::IRingImp::get_Item System::Int32  index  ) 
 

Gets the curve segment at the given zero-based index.

Parameters:
index Input Zero-based index in the object's list of curve segments.
Returns:
Returns the requested curve segment

Comments or suggestions? Send us feedback.