Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

geos::MultiPoint Class Reference

Models a collection of Point objects. More...

#include <geos.h>

Inheritance diagram for geos::MultiPoint:

geos::GeometryCollection geos::Geometry List of all members.

Public Member Functions

 MultiPoint (vector< Geometry * > *newPoints, const GeometryFactory *newFactory)
 Constructs a MultiPoint.
int getDimension () const
 Returns point dimension (0).
int getBoundaryDimension () const
 Returns Dimension::False (Point has no boundary).
GeometrygetBoundary () const
 Returns an EMPTY Geometry.
string getGeometryType () const
 Return a string representation of this Geometry type.
virtual GeometryTypeId getGeometryTypeId () const
 Return an integer representation of this Geometry type.
bool isSimple () const
 Returns false if the Geometry not simple.
bool equalsExact (const Geometry *other, double tolerance) const
 Returns true if the two Geometrys are exactly equal, up to a specified tolerance.

Detailed Description

Models a collection of Point objects.


Constructor & Destructor Documentation

geos::MultiPoint::MultiPoint vector< Geometry * > *  newPoints,
const GeometryFactory newFactory
 

Constructs a MultiPoint.

Parameters:
newPoints the Points for this MultiPoint, or null or an empty array to create the empty geometry. Elements may be empty Points, but not nulls.
Constructed object will take ownership of the vector and its elements.

Parameters:
newFactory The GeometryFactory used to create this geometry Caller must keep the factory alive for the life-time of the constructed MultiPoint.


The documentation for this class was generated from the following files:
Generated on Thu Jun 10 12:43:54 2010 for GEOS by  doxygen 1.3.9.1