Class ValueGetter.XDR

java.lang.Object
net.postgis.jdbc.geometry.binary.ValueGetter
net.postgis.jdbc.geometry.binary.ValueGetter.XDR
Enclosing class:
ValueGetter

public static class ValueGetter.XDR extends ValueGetter
  • Field Details

  • Constructor Details

  • Method Details

    • getInt

      protected int getInt(int index)
      Description copied from class: ValueGetter
      Get a 32-Bit integer
      Specified by:
      getInt in class ValueGetter
      Parameters:
      index - the index to get the value from
      Returns:
      the int value
    • getLong

      protected long getLong(int index)
      Description copied from class: ValueGetter
      Get a long value. This is not needed directly, but as a nice side-effect from GetDouble.
      Specified by:
      getLong in class ValueGetter
      Parameters:
      index - the index to get the value from
      Returns:
      the long value