00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef GEOS_GEOM_H
00018 #define GEOS_GEOM_H
00019
00091 namespace geos {
00092
00094
00113 namespace geom {
00114
00115 }
00116 }
00117
00118 #include <geos/geom/Coordinate.h>
00119 #include <geos/geom/CoordinateArraySequence.h>
00120 #include <geos/geom/CoordinateArraySequenceFactory.h>
00121 #include <geos/geom/CoordinateFilter.h>
00122 #include <geos/geom/CoordinateSequence.h>
00123 #include <geos/geom/CoordinateSequenceFactory.h>
00124 #include <geos/geom/Dimension.h>
00125 #include <geos/geom/Envelope.h>
00126 #include <geos/geom/Geometry.h>
00127 #include <geos/geom/GeometryCollection.h>
00128 #include <geos/geom/GeometryComponentFilter.h>
00129 #include <geos/geom/GeometryFactory.h>
00130 #include <geos/geom/GeometryFilter.h>
00131 #include <geos/geom/LineString.h>
00132 #include <geos/geom/LinearRing.h>
00133 #include <geos/geom/MultiLineString.h>
00134 #include <geos/geom/MultiPoint.h>
00135 #include <geos/geom/MultiPolygon.h>
00136 #include <geos/geom/Point.h>
00137 #include <geos/geom/Polygon.h>
00138 #include <geos/geom/PrecisionModel.h>
00139 #include <geos/geom/LineSegment.h>
00140 #include <geos/geom/IntersectionMatrix.h>
00141 #include <geos/geom/Location.h>
00142
00143
00144 #ifdef __GNUC__
00145 #warning *** DEPRECATED: You are using deprecated header geom.h. Please, update your sources according to new layout of GEOS headers and namespaces
00146 #endif
00147
00148 using namespace geos::geom;
00149
00150
00151
00152 #endif // ndef GEOS_GEOM_H
00153