Package org.geotools.data.hana.wkb
Class HanaWKBParser
- Object
-
- HanaWKBParser
-
public class HanaWKBParser extends Object
A parser for the well-known-binary created by HANA.The JTS parser cannot be used to parse 3- or 4-dimensional geometries because of different type code conventions. HANA offsets type codes by multiples of 1000 (as described in the relevant OGC and SQL/MM standard) while JTS expects specific bits to be set.
- Author:
- Stefan Uhrig, SAP SE
-
-
Constructor Summary
Constructors Constructor Description HanaWKBParser(GeometryFactory factory)
-
-
-
Constructor Detail
-
HanaWKBParser
public HanaWKBParser(GeometryFactory factory)
-
-
Method Detail
-
parse
public Geometry parse(byte[] wkb) throws HanaWKBParserException
- Throws:
HanaWKBParserException
-
-