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

FdoIMultiPolygon Class Reference

#include <IMultiPolygon.h>

Inherits FdoIGeometricAggregateAbstract.

Inheritance diagram for FdoIMultiPolygon:

[legend]
List of all members.

Detailed Description

The FdoIMultiPolygon class is a multi-polygon aggregate Geometry type.

Definition at line 32 of file IMultiPolygon.h.


Public Member Functions

virtual FDO_GEOM_API FdoIPolygonGetItem (FdoInt32 index) const =0
 Gets a polygon at the given zero-based index.

Protected Member Functions

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

Constructor & Destructor Documentation

FDO_GEOM_API FdoIMultiPolygon::FdoIMultiPolygon  )  [inline, protected]
 

Constructs a default instance.

Returns:
Returns nothing

Definition at line 56 of file IMultiPolygon.h.

References FDO_GEOM_API.

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

Default destructor.

Returns:
Returns nothing

Definition at line 64 of file IMultiPolygon.h.

References FDO_GEOM_API.


Member Function Documentation

virtual FDO_GEOM_API FdoIPolygon* FdoIMultiPolygon::GetItem FdoInt32  index  )  const [pure virtual]
 

Gets a polygon at the given zero-based index.

Parameters:
index Input Zero-based index in the object's list of polygons.
Returns:
Returns a polygon

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