FDO API Reference Feature Data Objects

ICurveStringImp Class Reference

List of all members.

Detailed Description

The ICurveStringImp class is a 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 NAMESPACE_OSGEO_GEOMETRY::CurveSegmentCollection * get_CurveSegments ()
 Gets all the curve segments.
__property NAMESPACE_OSGEO_GEOMETRY::ICurveSegmentAbstractget_Item (System::Int32 index)
 Gets the curve segment at the given zero-based index.
 ICurveStringImp (System::IntPtr unmanaged, System::Boolean autoDelete)

Comments or suggestions? Send us feedback.