Uses of Class
org.voltdb.types.GeographyValue
Packages that use GeographyValue
-
Uses of GeographyValue in org.voltdb
Methods in org.voltdb that return GeographyValueModifier and TypeMethodDescriptionfinal GeographyValue
VoltTableRow.getGeographyValue
(int columnIndex) Retrieve the GeographyValue value stored in the column specified by index.final GeographyValue
VoltTableRow.getGeographyValue
(String columnName) Retrieve the GeographyValue value stored in the column specified by name. -
Uses of GeographyValue in org.voltdb.types
Methods in org.voltdb.types that return GeographyValueModifier and TypeMethodDescriptionGeographyValue.add
(GeographyPointValue offset) Deprecated.static GeographyValue
Create a GeographyValue object from a well-known text string.static GeographyValue
GeographyValue.unflattenFromBuffer
(ByteBuffer inBuffer) Deserialize a GeographyValue from a ByteBuffer at the ByteBuffer's current position.static GeographyValue
GeographyValue.unflattenFromBuffer
(ByteBuffer inBuffer, int offset) Deserialize a GeographyValue from a ByteBuffer from an absolute offset.