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