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);
115 CoordinateSequence::AutoPtr createCoordinateSequence(
116 std::auto_ptr< std::vector<Coordinate> > coords);
118 virtual CoordinateSequence::AutoPtr transformCoordinates(
162 bool pruneEmptyGeometry;
169 bool preserveGeometryCollectionType;
174 bool preserveCollections;
191 #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
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