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

FdoIMultiPoint Class Reference

#include <IMultiPoint.h>

Inherits FdoIGeometricAggregateAbstract.

Inheritance diagram for FdoIMultiPoint:

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

Constructor & Destructor Documentation

FDO_GEOM_API FdoIMultiPoint::FdoIMultiPoint  )  [inline, protected]
 

Constructs a default instance.

Returns:
Returns nothing

Definition at line 69 of file IMultiPoint.h.

References FDO_GEOM_API.

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

Default destructor.

Returns:
Returns nothing

Definition at line 77 of file IMultiPoint.h.

References FDO_GEOM_API.


Member Function Documentation

virtual FDO_GEOM_API FdoIPoint* FdoIMultiPoint::GetItem FdoInt32  index  )  const [pure virtual]
 

Gets a point at the given zero-based index.

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

virtual FDO_GEOM_API const double* FdoIMultiPoint::GetOrdinates  )  [pure virtual]
 

Gets the ordinates as an array.

Remarks:
The caller must not free the returned array. The ordinates are in the order XYZMXYZM..., with only those present according to the dimensionality.
Returns:
Returns the ordinates

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