FdoIPoint Class Reference

The FdoIPoint class is a point Geometry type. More...

#include <IPoint.h>

Inherits FdoIGeometry.

List of all members.


Public Member Functions

virtual FDO_GEOM_API const double * GetOrdinates ()=0
 Gets the ordinates as an array.
virtual FDO_GEOM_API
FdoIDirectPosition
GetPosition () const =0
 Gets the position of this point Geometry.
virtual FDO_GEOM_API void GetPositionByMembers (double *x, double *y, double *z, double *m, FdoInt32 *dimensionality) const =0
 Gets the position of this point Geometry, by values of its member data. This is in aid of higher performance for any implementation that does not internally use FdoIDirectPosition objects for storage, or for an application seeking to avoid overhead of accessor methods.

Protected Member Functions

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

Detailed Description

The FdoIPoint class is a point Geometry type.

Definition at line 33 of file IPoint.h.


The documentation for this class was generated from the following file: