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