Package org.postgis.binary
Class ValueSetter.NDR
- java.lang.Object
-
- org.postgis.binary.ValueSetter
-
- org.postgis.binary.ValueSetter.NDR
-
- Enclosing class:
- ValueSetter
public static class ValueSetter.NDR extends ValueSetter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.postgis.binary.ValueSetter
ValueSetter.NDR, ValueSetter.XDR
-
-
Field Summary
Fields Modifier and Type Field Description static byteNUMBER-
Fields inherited from class org.postgis.binary.ValueSetter
endian
-
-
Constructor Summary
Constructors Constructor Description NDR(ByteSetter data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetInt(int value, int index)Set a 32-Bit integerprotected voidsetLong(long value, int index)Set a long value.
-
-
-
Field Detail
-
NUMBER
public static final byte NUMBER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NDR
public NDR(ByteSetter data)
-
-
Method Detail
-
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
-
-