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 Reads a Geometry from Well-Known Binary format.
Definition: WKBReader.h:79
Models a collection of Polygons.
Definition: MultiPolygon.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Definition: LineString.h:70
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:56
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: MultiPoint.h:55
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Models a collection of (}s.
Definition: MultiLineString.h:51