Class OperatorImportFromWkbLocal.WkbHelper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int adjustment  
      (package private) java.nio.ByteBuffer wkbBuffer  
    • Constructor Summary

      Constructors 
      Constructor Description
      WkbHelper​(java.nio.ByteBuffer buffer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) double getDouble​(int offset)  
      (package private) int getInt​(int offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wkbBuffer

        java.nio.ByteBuffer wkbBuffer
      • adjustment

        int adjustment
    • Constructor Detail

      • WkbHelper

        WkbHelper​(java.nio.ByteBuffer buffer)
    • Method Detail

      • getInt

        int getInt​(int offset)
      • getDouble

        double getDouble​(int offset)