FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoIPolygon Class Reference

#include <IPolygon.h>

Inherits FdoISurfaceAbstract.

Inheritance diagram for FdoIPolygon:

[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.

Constructor & Destructor Documentation

FDO_GEOM_API FdoIPolygon::FdoIPolygon  )  [inline, protected]
 

Constructs a default instance.

Returns:
Returns nothing

Definition at line 76 of file IPolygon.h.

References FDO_GEOM_API.

virtual FDO_GEOM_API FdoIPolygon::~FdoIPolygon  )  [inline, protected, virtual]
 

Default destructor.

Returns:
Returns nothing

Definition at line 84 of file IPolygon.h.

References FDO_GEOM_API.


Member Function Documentation

virtual FDO_GEOM_API FdoILinearRing* FdoIPolygon::GetExteriorRing  )  const [pure virtual]
 

Gets the ring defining the outer boundary.

Returns:
Returns the exterior ring

virtual FDO_GEOM_API FdoILinearRing* FdoIPolygon::GetInteriorRing FdoInt32  index  )  const [pure virtual]
 

Gets the interior ring at the specified (zero-based) index.

Parameters:
index Input Zero-based index in the object's list of interior rings.
Returns:
Returns the interior ring

virtual FDO_GEOM_API FdoInt32 FdoIPolygon::GetInteriorRingCount  )  const [pure virtual]
 

Gets the number of interior rings.

Returns:
Returns the number of interior rings

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