Uses of Class
org.voltdb.types.GeographyValue
-
Uses of GeographyValue in org.voltdb
Modifier 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
Modifier 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.