Ticket #2 (assigned task)
Implementation of io/wkb module
| Reported by: | mloskot | Owned by: | mloskot |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ggl/io | Version: | svn-trunk |
| Keywords: | wkb,parser,spirit | Cc: |
Description (last modified by mloskot) (diff)
This task covers implementation of read/write/stream procedures for geometries encoded in OGC Well-Known-Binary (WKB) format. The relevant features should be implemented as a part of io/wkb module for basic geometries and - in future - multi/io/wkb for multi-geometry types.
I've started experimental implementation of these features and I'm going to submit them to the SVN repository soon.
The plan is to propose implementation based on binary parser engine from Boost Spirit V2.
After some discussions, we've decided to implement it without Spirit V2 - it's still fresh and not widely used. So, first version will be based on simple binary reader/writer (see ticket #3).
