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