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

Inherits OSGeo::FDO::Geometry::ICurveAbstractImp, and OSGeo::FDO::Geometry::OSGeo::FDO::Geometry::ICurveString.

Inheritance diagram for OSGeo::FDO::Geometry::ICurveStringImp:

[legend]
List of all members.

Detailed Description

The ICurveStringImp class is a concrete geometric CurveString Geometry type. ICurveString is the most general non-abstract curve type. It 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 curve.
__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.
 ICurveStringImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an ICurveStringImp managed object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

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

Constructs an ICurveStringImp 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 object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property System::Int32 OSGeo::FDO::Geometry::ICurveStringImp::get_Count  ) 
 

Gets the number of curve segments in this curve.

Returns:
Returns the number of curve segments

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

Gets all the curve segments.

Returns:
Returns a collection of all the curve segments

__property OSGeo ::FDO ::Geometry ::ICurveSegmentAbstract* OSGeo::FDO::Geometry::ICurveStringImp::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.