FDO API Reference Feature Data Objects

FdoIGeometricAggregateAbstract Class Reference

#include <IGeometricAggregateAbstract.h>

Inherits FdoIGeometry.

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

Inheritance diagram for FdoIGeometricAggregateAbstract:

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

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