21 #ifndef GEOS_GEOM_UTIL_GEOMETRYTRANSFORMER_H
22 #define GEOS_GEOM_UTIL_GEOMETRYTRANSFORMER_H
25 #include <geos/export.h>
26 #include <geos/geom/Coordinate.h>
27 #include <geos/geom/Geometry.h>
28 #include <geos/geom/CoordinateSequence.h>
37 class GeometryFactory;
44 class MultiLineString;
45 class GeometryCollection;
101 std::auto_ptr<Geometry> transform(
const Geometry* nInputGeom);
116 CoordinateSequence::AutoPtr createCoordinateSequence(
117 std::auto_ptr< std::vector<Coordinate> > coords);
119 virtual CoordinateSequence::AutoPtr transformCoordinates(
163 bool pruneEmptyGeometry;
170 bool preserveGeometryCollectionType;
175 bool preserveCollections;
196 #endif // GEOS_GEOM_UTIL_GEOMETRYTRANSFORMER_H