Uses of Class
org.voltdb.types.GeographyPointValue
Packages that use GeographyPointValue
-
Uses of GeographyPointValue in org.voltdb
Methods in org.voltdb that return GeographyPointValueModifier 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
Methods in org.voltdb.types that return GeographyPointValueModifier 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.Methods in org.voltdb.types that return types with arguments of type GeographyPointValueModifier and TypeMethodDescriptionGeographyValue.getRings()
Return the list of rings of a polygon.Methods in org.voltdb.types with parameters of type GeographyPointValueModifier 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.Constructor parameters in org.voltdb.types with type arguments of type GeographyPointValueModifierConstructorDescriptionGeographyValue
(List<List<GeographyPointValue>> rings) Create a polygon from a list of rings.