FDO API Reference Feature Data Objects

FdoICurvePolygon Class Reference

#include <ICurvePolygon.h>

Inherits FdoISurfaceAbstract.

Inheritance diagram for FdoICurvePolygon:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoICurvePolygon class is a CurvePolygon geometry type. This type is defined by one exterior boundary and zero or more interior boundaries. Each of the boundaries must be a closed, simple Ring.

Definition at line 36 of file ICurvePolygon.h.


Public Member Functions

virtual FDO_GEOM_API FdoIRingGetExteriorRing () const =0
 Gets the ring defining the outer boundary.
virtual FDO_GEOM_API FdoIRingGetInteriorRing (FdoInt32 index) const =0
 Gets the interior ring at the specified (zero-based) index.
virtual FDO_GEOM_API FdoInt32 GetInteriorRingCount () const =0
 Gets the number of interior rings.

Protected Member Functions

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

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