Uses of Class
org.postgis.binary.ValueGetter
-
Packages that use ValueGetter Package Description org.postgis.binary -
-
Uses of ValueGetter in org.postgis.binary
Subclasses of ValueGetter in org.postgis.binary Modifier and Type Class Description static classValueGetter.NDRstatic classValueGetter.XDRMethods in org.postgis.binary that return ValueGetter Modifier and Type Method Description static ValueGetterBinaryParser. valueGetterForEndian(ByteGetter bytes)Get the appropriate ValueGetter for my endiannessMethods in org.postgis.binary with parameters of type ValueGetter Modifier and Type Method Description protected GeometryBinaryParser. parseGeometry(ValueGetter data)Parse a geometry starting at offset.
-