Package net.postgis.jdbc.geometry.binary
Class ValueSetter.XDR
java.lang.Object
net.postgis.jdbc.geometry.binary.ValueSetter
net.postgis.jdbc.geometry.binary.ValueSetter.XDR
- Enclosing class:
ValueSetter
-
Nested Class Summary
Nested classes/interfaces inherited from class net.postgis.jdbc.geometry.binary.ValueSetter
ValueSetter.NDR, ValueSetter.XDR -
Field Summary
FieldsFields inherited from class net.postgis.jdbc.geometry.binary.ValueSetter
endian -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NUMBER
public static final byte NUMBER- See Also:
-
-
Constructor Details
-
XDR
-
-
Method Details
-
setInt
protected void setInt(int value, int index) Description copied from class:ValueSetterSet a 32-Bit integer- Specified by:
setIntin classValueSetter- Parameters:
value- int value to be set withindex- int value for the index
-
setLong
protected void setLong(long value, int index) Description copied from class:ValueSetterSet a long value. This is not needed directly, but as a nice side-effect from GetDouble.- Specified by:
setLongin classValueSetter- Parameters:
value- int value to be set withindex- int value for the index
-