Uses of Class
org.h2.value.ValueGeometry
Packages that use ValueGeometry
-
Uses of ValueGeometry in org.h2.value
Methods in org.h2.value that return ValueGeometryModifier and TypeMethodDescriptionfinal ValueGeometryValue.convertToGeometry(ExtTypeInfoGeometry extTypeInfo) Converts this value to a GEOMETRY value.static ValueGeometryValueGeometry.get(byte[] bytes) Get or create a geometry value for the given internal EWKB representation.static ValueGeometryGet or create a geometry value for the given geometry.static ValueGeometryValueGeometry.getFromEWKB(byte[] bytes) Get or create a geometry value for the given EWKB value.static ValueGeometryValueGeometry.getFromGeometry(Object o) Get or create a geometry value for the given geometry.Methods in org.h2.value with parameters of type ValueGeometryModifier and TypeMethodDescriptionValueGeometry.getEnvelopeUnion(ValueGeometry r) Get the union.booleanValueGeometry.intersectsBoundingBox(ValueGeometry r) Test if this geometry envelope intersects with the other geometry envelope.