FDO API Reference Feature Data Objects

FdoICurveAbstract Class Reference

#include <ICurveAbstract.h>

Inherits FdoIGeometry.

Inherited by FdoICurveString, and FdoILineString.

Inheritance diagram for FdoICurveAbstract:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoICurveAbstract class is a curve Geometry type (abstract). FdoICurveAbstract is the most general curve type.

Definition at line 32 of file ICurveAbstract.h.


Public Member Functions

virtual FDO_GEOM_API FdoIDirectPositionGetEndPosition () const =0
 Gets the ending position of this Curve.
virtual FDO_GEOM_API bool GetIsClosed () const =0
 Gets the closure state for the curve.
virtual FDO_GEOM_API FdoIDirectPositionGetStartPosition () const =0
 Gets the starting position of this Curve.

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