| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. All rights reserved.