21 #ifndef GEOS_GEOS_MULTIPOINT_H 22 #define GEOS_GEOS_MULTIPOINT_H 24 #include <geos/export.h> 25 #include <geos/platform.h> 26 #include <geos/geom/GeometryCollection.h> 27 #include <geos/geom/Puntal.h> 28 #include <geos/geom/Dimension.h> 30 #include <geos/inline.h> 38 class CoordinateArraySequence;
47 #pragma warning(disable:4250) // T1 inherits T2 via dominance 68 int getBoundaryDimension()
const;
81 std::string getGeometryType()
const;
85 bool equalsExact(
const Geometry *other,
double tolerance=0)
const;
113 const Coordinate* getCoordinateN(
int n)
const;
123 #endif // ndef GEOS_GEOS_MULTIPOINT_H
GeometryTypeId
Geometry types.
Definition: Geometry.h:65
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:56
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: MultiPoint.h:55
Geometry * clone() const
Definition: MultiPoint.h:87
DimensionType
Definition: Dimension.h:31