| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueGeometry |
Value.convertToGeometry(ExtTypeInfoGeometry extTypeInfo)
Converts this value to a GEOMETRY value.
|
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(byte[] bytes)
Get or create a geometry value for the given internal EWKB representation.
|
static ValueGeometry |
ValueGeometry.get(String s)
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.getFromEWKB(byte[] bytes)
Get or create a geometry value for the given EWKB value.
|
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.
|
static ValueGeometry |
ValueGeometry.getFromGeometry(Object o)
Get or create a geometry value for the given geometry.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Value |
ValueGeometry.getEnvelopeUnion(ValueGeometry r)
Get the union.
|
Value |
ValueGeometry.getEnvelopeUnion(ValueGeometry r)
Get the union.
|
boolean |
ValueGeometry.intersectsBoundingBox(ValueGeometry r)
Test if this geometry envelope intersects with the other geometry
envelope.
|
boolean |
ValueGeometry.intersectsBoundingBox(ValueGeometry r)
Test if this geometry envelope intersects with the other geometry
envelope.
|
Copyright © 2022. All rights reserved.