FDO API Reference Feature Data Objects

FdoIMultiPoint Class Reference

#include <IMultiPoint.h>

Inherits FdoIGeometricAggregateAbstract.

Inheritance diagram for FdoIMultiPoint:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIMultiPoint class is a multi-point aggregate Geometry type.

Definition at line 32 of file IMultiPoint.h.


Public Member Functions

virtual FDO_GEOM_API FdoIPointGetItem (FdoInt32 index) const =0
 Gets a point at the given zero-based index.
virtual FDO_GEOM_API const
double * 
GetOrdinates ()=0
 Gets the ordinates as an array.

Protected Member Functions

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

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