Uses of Class
org.h2.value.ValueGeometry
-
Packages that use ValueGeometry Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueGeometry in org.h2.value
Methods in org.h2.value that return ValueGeometry Modifier and Type Method Description 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
ValueGeometry. get(java.lang.String s)
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(java.lang.Object o)
Get or create a geometry value for the given geometry.Methods in org.h2.value with parameters of type ValueGeometry Modifier and Type Method Description Value
ValueGeometry. getEnvelopeUnion(ValueGeometry r)
Get the union.boolean
ValueGeometry. intersectsBoundingBox(ValueGeometry r)
Test if this geometry envelope intersects with the other geometry envelope.
-