20 #ifndef GEOS_GEOM_UTIL_GEOMETRYTRANSFORMER_H 21 #define GEOS_GEOM_UTIL_GEOMETRYTRANSFORMER_H 24 #include <geos/export.h> 25 #include <geos/geom/Coordinate.h> 26 #include <geos/geom/Geometry.h> 27 #include <geos/geom/CoordinateSequence.h> 36 class GeometryFactory;
43 class MultiLineString;
44 class GeometryCollection;
100 std::auto_ptr<Geometry> transform(
const Geometry* nInputGeom);
102 void setSkipTransformedInvalidInteriorRings(
bool b);
117 CoordinateSequence::AutoPtr createCoordinateSequence(
118 std::auto_ptr< std::vector<Coordinate> > coords);
120 virtual CoordinateSequence::AutoPtr transformCoordinates(
164 bool pruneEmptyGeometry;
171 bool preserveGeometryCollectionType;
176 bool preserveCollections;
186 bool skipTransformedInvalidInteriorRings;
198 #endif // GEOS_GEOM_UTIL_GEOMETRYTRANSFORMER_H
Models a collection of Polygons.
Definition: MultiPolygon.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Definition: LineString.h:70
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
std::auto_ptr< Geometry > AutoPtr
An auto_ptr of Geometry.
Definition: Geometry.h:180
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
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Models a collection of (}s.
Definition: MultiLineString.h:51