23#include <geos/export.h>
24#include <geos/geom/Coordinate.h>
25#include <geos/geom/Geometry.h>
26#include <geos/geom/CoordinateSequence.h>
43class GeometryCollection;
96 std::unique_ptr<Geometry> transform(
const Geometry* nInputGeom);
98 void setSkipTransformedInvalidInteriorRings(
bool b);
104 virtual CoordinateSequence::Ptr transformCoordinates(
148 bool pruneEmptyGeometry;
155 bool preserveGeometryCollectionType;
170 bool skipTransformedInvalidInteriorRings;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:56
Represents a collection of heterogeneous Geometry objects.
Definition GeometryCollection.h:51
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
std::unique_ptr< Geometry > Ptr
An unique_ptr of Geometry.
Definition Geometry.h:210
Definition LineString.h:66
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition LinearRing.h:54
Models a collection of LineStrings.
Definition MultiLineString.h:49
Definition MultiPoint.h:50
Definition MultiPolygon.h:58
Represents a linear polygon, which may include holes.
Definition Polygon.h:61
Basic namespace for all GEOS functionalities.
Definition geos.h:39