21 #ifndef GEOS_IO_WKBREADER_H
22 #define GEOS_IO_WKBREADER_H
24 #include <geos/export.h>
26 #include <geos/geom/GeometryFactory.h>
27 #include <geos/io/ByteOrderDataInStream.h>
33 #define BAD_GEOM_TYPE_MSG "Bad geometry type encountered in"
37 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
47 class GeometryCollection;
53 class MultiLineString;
117 static std::ostream &printHEX(std::istream &is, std::ostream &os);
124 unsigned int inputDimension;
126 ByteOrderDataInStream dis;
128 std::vector<double> ordValues;
159 void readCoordinate();
173 #endif // #ifndef GEOS_IO_WKBREADER_H