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);
114 std::unique_ptr< std::vector<Coordinate> > coords);
116 virtual CoordinateSequence::Ptr transformCoordinates(
160 bool pruneEmptyGeometry;
167 bool preserveGeometryCollectionType;
182 bool skipTransformedInvalidInteriorRings;
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:44
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:52
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
std::unique_ptr< Geometry > Ptr
An unique_ptr of Geometry.
Definition: Geometry.h:199
Definition: LineString.h:66
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:55
Models a collection of LineStrings.
Definition: MultiLineString.h:50
Definition: MultiPoint.h:51
Definition: MultiPolygon.h:59
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Basic namespace for all GEOS functionalities.
Definition: geos.h:39