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 ValueGeometry
Value.convertToGeometry
(ExtTypeInfoGeometry extTypeInfo) Converts this value to a GEOMETRY value.static ValueGeometry
ValueGeometry.get
(byte[] bytes) Get or create a geometry value for the given internal EWKB representation.static ValueGeometry
Get or create a geometry value for the given geometry.static ValueGeometry
ValueGeometry.getFromEWKB
(byte[] bytes) Get or create a geometry value for the given EWKB value.static ValueGeometry
ValueGeometry.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.boolean
ValueGeometry.intersectsBoundingBox
(ValueGeometry r) Test if this geometry envelope intersects with the other geometry envelope.