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 GeographyPointValueVoltTableRow.getGeographyPointValue(int columnIndex) Retrieve the GeographyPointValue value stored in the column specified by index.final GeographyPointValueVoltTableRow.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 GeographyPointValueCreate a GeographyPointValue from a well-known text string.static GeographyPointValueGeographyPointValue.normalizeLngLat(double longitude, double latitude) Create a GeographyPointValue with normalized coordinates.static GeographyPointValueGeographyPointValue.unflattenFromBuffer(ByteBuffer inBuffer) Deserialize a point from a ByteBuffer at the buffer's current positionstatic GeographyPointValueGeographyPointValue.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.