Class 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)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Geometry parse​(byte[] wkb)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait