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

FdoIGeometricAggregateAbstract Class Reference

#include <IGeometricAggregateAbstract.h>

Inherits FdoIGeometry.

Inherited by FdoIMultiCurvePolygon, FdoIMultiCurveString, FdoIMultiGeometry, FdoIMultiLineString, FdoIMultiPoint, and FdoIMultiPolygon.

Inheritance diagram for FdoIGeometricAggregateAbstract:

[legend]
List of all members.

Detailed Description

The FdoIGeometricAggregateAbstract class is an aggregate Geometry (abstract) type. FdoIGeometricAggregateAbstract is a single Geometry that is a collection of other geometries. There is no requirement that the geometries interact spatially. Non-abstract derived types should have at least one accessor that returns objects of the appropriate contained type.

Definition at line 34 of file IGeometricAggregateAbstract.h.


Public Member Functions

virtual FDO_GEOM_API FdoInt32 GetCount () const =0
 Gets the number of Geometries in this collection.

Protected Member Functions

virtual FDO_GEOM_API ~FdoIGeometricAggregateAbstract ()
 Default destructor.

Constructor & Destructor Documentation

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

Default destructor.

Returns:
Returns nothing

Definition at line 54 of file IGeometricAggregateAbstract.h.

References FDO_GEOM_API.


Member Function Documentation

virtual FDO_GEOM_API FdoInt32 FdoIGeometricAggregateAbstract::GetCount  )  const [pure virtual]
 

Gets the number of Geometries in this collection.

Returns:
Returns the number of Geometries

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