FdoICurveString Class Reference

The FdoICurveString class is a CurveString Geometry type. FdoICurveString is the most general non-abstract curve type. It is defined by an ordered collection of contiguous curve segments. More...

#include <ICurveString.h>

Inherits FdoICurveAbstract.

List of all members.


Public Member Functions

virtual FDO_GEOM_API FdoInt32 GetCount () const =0
 Gets the number of curve segments in this curve.
virtual FDO_GEOM_API
FdoCurveSegmentCollection
GetCurveSegments () const =0
 Gets all the curve segments.
virtual FDO_GEOM_API
FdoICurveSegmentAbstract
GetItem (FdoInt32 index) const =0
 Gets the curve segment at the given zero-based index.

Protected Member Functions

FDO_GEOM_API FdoICurveString ()
 Constructs a default instance.
virtual FDO_GEOM_API ~FdoICurveString ()
 Default destructor.

Detailed Description

The FdoICurveString class is a CurveString Geometry type. FdoICurveString is the most general non-abstract curve type. It is defined by an ordered collection of contiguous curve segments.

Definition at line 34 of file ICurveString.h.


The documentation for this class was generated from the following file: