Class ValueSetter.XDR

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

public static class ValueSetter.XDR extends ValueSetter
  • Field Details

  • Constructor Details

  • Method Details

    • setInt

      protected void setInt(int value, int index)
      Description copied from class: ValueSetter
      Set a 32-Bit integer
      Specified by:
      setInt in class ValueSetter
      Parameters:
      value - int value to be set with
      index - int value for the index
    • setLong

      protected void setLong(long value, int index)
      Description copied from class: ValueSetter
      Set a long value. This is not needed directly, but as a nice side-effect from GetDouble.
      Specified by:
      setLong in class ValueSetter
      Parameters:
      value - int value to be set with
      index - int value for the index