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 TypeMethodDescriptionstatic GeographyPointValue
Create a GeographyPointValue from a well-known text string.static GeographyPointValue
GeographyPointValue.normalizeLngLat
(double longitude, double latitude) Create a GeographyPointValue with normalized coordinates.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.Constructor parameters in org.voltdb.types with type arguments of type GeographyPointValueModifierConstructorDescriptionGeographyValue
(List<List<GeographyPointValue>> rings) Create a polygon from a list of rings.