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