Uses of Class
org.postgis.binary.ValueSetter
-
Packages that use ValueSetter Package Description org.postgis.binary -
-
Uses of ValueSetter in org.postgis.binary
Subclasses of ValueSetter in org.postgis.binary Modifier and Type Class Description static classValueSetter.NDRstatic classValueSetter.XDRMethods in org.postgis.binary that return ValueSetter Modifier and Type Method Description static ValueSetterBinaryWriter. valueSetterForEndian(ByteSetter bytes, byte endian)Get the appropriate ValueGetter for my endiannessMethods in org.postgis.binary with parameters of type ValueSetter Modifier and Type Method Description protected voidBinaryWriter. writeGeometry(Geometry geom, ValueSetter dest)Parse a geometry starting at offset.
-