Uses of Class
org.voltdb.types.GeographyPointValue
-
Uses of GeographyPointValue in org.voltdb
Modifier and TypeMethodDescriptionfinal GeographyPointValue
VoltTableRow.getGeographyPointValue
(int columnIndex) Retrieve the GeographyPointValue value stored in the column specified by index.final GeographyPointValue
VoltTableRow.getGeographyPointValue
(String columnName) Retrieve the GeographyPointValue value stored in the column specified by name. -
Uses of GeographyPointValue in org.voltdb.types
Modifier and TypeMethodDescriptionGeographyPointValue.add
(GeographyPointValue offset) Deprecated.GeographyPointValue.add
(GeographyPointValue offset, double alpha) Deprecated.static GeographyPointValue
Create a GeographyPointValue from a well-known text string.GeographyPointValue.mul
(double alpha) Deprecated.static GeographyPointValue
GeographyPointValue.normalizeLngLat
(double longitude, double latitude) Create a GeographyPointValue with normalized coordinates.GeographyPointValue.rotate
(double phi, GeographyPointValue center) Deprecated.GeographyPointValue.scale
(GeographyPointValue center, double alpha) Deprecated.GeographyPointValue.sub
(GeographyPointValue offset) Deprecated.GeographyPointValue.sub
(GeographyPointValue offset, double scale) Deprecated.static GeographyPointValue
GeographyPointValue.unflattenFromBuffer
(ByteBuffer inBuffer) Deserialize a point from a ByteBuffer at the buffer's current positionstatic GeographyPointValue
GeographyPointValue.unflattenFromBuffer
(ByteBuffer inBuffer, int offset) Deserializes a point from a ByteBuffer, at an absolute offset.Modifier and TypeMethodDescriptionGeographyValue.getRings()
Return the list of rings of a polygon.Modifier and TypeMethodDescriptionGeographyPointValue.add
(GeographyPointValue offset) Deprecated.GeographyPointValue.add
(GeographyPointValue offset, double alpha) Deprecated.GeographyValue.add
(GeographyPointValue offset) Deprecated.GeographyPointValue.rotate
(double phi, GeographyPointValue center) Deprecated.GeographyPointValue.scale
(GeographyPointValue center, double alpha) Deprecated.GeographyPointValue.sub
(GeographyPointValue offset) Deprecated.GeographyPointValue.sub
(GeographyPointValue offset, double scale) Deprecated.ModifierConstructorDescriptionGeographyValue
(List<List<GeographyPointValue>> rings) Create a polygon from a list of rings.