23 #include <geos/export.h> 24 #include <geos/geom/Coordinate.h> 25 #include <geos/geom/Geometry.h> 26 #include <geos/geom/CoordinateSequence.h> 35 class GeometryFactory;
42 class MultiLineString;
43 class 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;
Definition: MultiPolygon.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Definition: LineString.h:65
Represents a linear polygon, which may include holes.
Definition: Polygon.h:60
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:65
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:51
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Definition: MultiPoint.h:50
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple...
Definition: LinearRing.h:54
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:56
std::unique_ptr< Geometry > Ptr
An unique_ptr of Geometry.
Definition: Geometry.h:199
Models a collection of LineStrings.
Definition: MultiLineString.h:49