FDO API Reference Feature Data Objects

FdoIPolygon Class Reference

#include <IPolygon.h>

Inherits FdoISurfaceAbstract.

Inheritance diagram for FdoIPolygon:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIPolygon class is a polygon Geometry type. FdoIPolygon is defined by one exterior boundary and zero or more interior boundaries. Each of the boundaries must be a closed, simple LinearRing.

Definition at line 36 of file IPolygon.h.


Public Member Functions

virtual FDO_GEOM_API FdoILinearRingGetExteriorRing () const =0
 Gets the ring defining the outer boundary.
virtual FDO_GEOM_API FdoILinearRingGetInteriorRing (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 FdoIPolygon ()
 Constructs a default instance.
virtual FDO_GEOM_API ~FdoIPolygon ()
 Default destructor.

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