20 #ifndef GEOS_IO_WKBREADER_H
21 #define GEOS_IO_WKBREADER_H
23 #include <geos/export.h>
25 #include <geos/geom/GeometryFactory.h>
26 #include <geos/io/ByteOrderDataInStream.h>
32 #define BAD_GEOM_TYPE_MSG "Bad geometry type encountered in"
36 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
46 class GeometryCollection;
52 class MultiLineString;
116 static std::ostream &printHEX(std::istream &is, std::ostream &os);
123 unsigned int inputDimension;
125 ByteOrderDataInStream dis;
127 std::vector<double> ordValues;
158 void readCoordinate();
172 #endif // #ifndef GEOS_IO_WKBREADER_H