00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef GEOS_GEOMUTIL_H
00017 #define GEOS_GEOMUTIL_H
00018
00019 #include <geos/geom/util/GeometryEditor.h>
00020 #include <geos/geom/util/GeometryEditorOperation.h>
00021 #include <geos/geom/util/CoordinateOperation.h>
00022 #include <geos/geom/util/LinearComponentExtracter.h>
00023 #include <geos/geom/util/PointExtracter.h>
00024 #include <geos/geom/util/PolygonExtracter.h>
00025 #include <geos/geom/util/ShortCircuitedGeometryVisitor.h>
00026
00027 namespace geos {
00028 namespace geom {
00029
00033 namespace util {
00034
00035 }
00036 }
00037 }
00038
00039 #endif