Package net.postgis.jdbc.geometry.binary
Class ValueGetter.XDR
java.lang.Object
net.postgis.jdbc.geometry.binary.ValueGetter
net.postgis.jdbc.geometry.binary.ValueGetter.XDR
- Enclosing class:
ValueGetter
-
Nested Class Summary
Nested classes/interfaces inherited from class net.postgis.jdbc.geometry.binary.ValueGetter
ValueGetter.NDR, ValueGetter.XDR -
Field Summary
FieldsFields inherited from class net.postgis.jdbc.geometry.binary.ValueGetter
endian -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.postgis.jdbc.geometry.binary.ValueGetter
getByte, getDouble, getInt, getLong
-
Field Details
-
NUMBER
public static final byte NUMBER- See Also:
-
-
Constructor Details
-
XDR
-
-
Method Details
-
getInt
protected int getInt(int index) Description copied from class:ValueGetterGet a 32-Bit integer- Specified by:
getIntin classValueGetter- Parameters:
index- the index to get the value from- Returns:
- the int value
-
getLong
protected long getLong(int index) Description copied from class:ValueGetterGet a long value. This is not needed directly, but as a nice side-effect from GetDouble.- Specified by:
getLongin classValueGetter- Parameters:
index- the index to get the value from- Returns:
- the long value
-