FDO API Reference Feature Data Objects

FdoICurveString Class Reference

#include <ICurveString.h>

Inherits FdoICurveAbstract.

Inheritance diagram for FdoICurveString:

Inheritance graph
[legend]
List of all members.

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.


Public Member Functions

virtual FDO_GEOM_API FdoInt32 GetCount () const =0
 Gets the number of curve segments in this curve.
virtual FDO_GEOM_API FdoCurveSegmentCollectionGetCurveSegments () const =0
 Gets all the curve segments.
virtual FDO_GEOM_API FdoICurveSegmentAbstractGetItem (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.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.