-
```
I think there's an error in WKBWriter.
WKBWriter writer = new WKBWriter(ByteOrder.LittleEndian, false, true, false);
IPoint pt = new Point(1, 1, 1);
byte[] wkb = writer.Write(pt); // It's a shame…
-
```
I think there's an error in WKBWriter.
WKBWriter writer = new WKBWriter(ByteOrder.LittleEndian, false, true, false);
IPoint pt = new Point(1, 1, 1);
byte[] wkb = writer.Write(pt); // It's a shame…
-
I store coordinates in wkb format (data get from PostGIS DB, geometry Field the_geom geometry(Geometry,4326)).
Example http://spatialhast.github.io/index.wkb.to.geojson.html. In ' var the_geom' - wkb …
-
```
I think there's an error in WKBWriter.
WKBWriter writer = new WKBWriter(ByteOrder.LittleEndian, false, true, false);
IPoint pt = new Point(1, 1, 1);
byte[] wkb = writer.Write(pt); // It's a shame…
-
```
I think there's an error in WKBWriter.
WKBWriter writer = new WKBWriter(ByteOrder.LittleEndian, false, true, false);
IPoint pt = new Point(1, 1, 1);
byte[] wkb = writer.Write(pt); // It's a shame…
-
http://api3.geo.admin.ch/rest/services/ech/MapServer/identify?geometry=692124.830021982,220998.9882507511&geometryFormat=geojson&geometryType=esriGeometryPoint&imageDisplay=1600,1080,96&layers=all:ch.…
-
I've been working on extending pq to read and write the Postgis [Extensions to well-known binary](http://trac.osgeo.org/postgis/browser/trunk/doc/ZMSgeoms.txt). Rather than rely on functions to conver…
-
It would be great to have Oracle Spatial / PostGIS support for geometries in this FDW.
Oracle Spatial and PostGIS use different internal geometry representations. Therefore, some kind of conversion n…
-
Relates to 2.1.3.1.1. BLOB Format
What is the point of having a bit for endianness ? It would be far more simple to impose that the multi-bytes values in the header are in litte-endian (all nowadays …
-
If a table is created with a srid-aware geometry, the inserted rows' geometry is lost when fetching.
I include a reference to a patch that solves this issue:
https://github.com/meteogrid/geoalchemy2/…
rapto updated
11 years ago