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 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 ValueGeometryValueGeometry. get(java.lang.String s)Get 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(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 ValueValueGeometry. getEnvelopeUnion(ValueGeometry r)Get the union.booleanValueGeometry. intersectsBoundingBox(ValueGeometry r)Test if this geometry envelope intersects with the other geometry envelope.
-