Package | Description |
---|---|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Method and Description |
---|---|
static ValueGeometry |
ValueGeometry.get(byte[] bytes)
Get or create a geometry value for the given geometry.
|
static ValueGeometry |
ValueGeometry.get(String s)
Get or create a geometry value for the given geometry.
|
static ValueGeometry |
ValueGeometry.get(String s,
int srid)
Get or create a geometry value for the given geometry.
|
static ValueGeometry |
ValueGeometry.getFromGeometry(Object o)
Get or create a geometry value for the given geometry.
|
Modifier and Type | Method and 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.