| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.core.column.function.scalar.geometry | |
| com.dynamic.sql.model | |
| com.dynamic.sql.utils |
| 构造器和说明 |
|---|
Contains(FieldFn<T,F> fn,
Point point) |
Distance(FieldFn<T,F> fn,
Point thisPoint) |
Distance(Point thisPoint,
Point otherPoint) |
DistanceSphere(FieldFn<T,F> fn,
Point thisPoint) |
DistanceSphere(Point thisPoint,
Point otherPoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
Point |
Point.convertToEntityAttribute(byte[] dbData) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Point> |
Polygon.getPoints() |
Iterator<Point> |
Polygon.iterator() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
Point.convertToDatabaseColumn(Point point) |
| 构造器和说明 |
|---|
Point(Point point) |
Polygon(boolean autoClose,
Point x,
Point y,
Point z,
Point... others) |
Polygon(boolean autoClose,
Point x,
Point y,
Point z,
Point... others) |
Polygon(Point x,
Point y,
Point z,
Point... others) |
Polygon(Point x,
Point y,
Point z,
Point... others) |
| 构造器和说明 |
|---|
Polygon(boolean autoClose,
Collection<? extends Point> points) |
Polygon(Collection<? extends Point> points) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Point |
WKBUtils.readPointFromWkbBytes(byte[] wkbBytes)
WKB 是用于存储几何数据的二进制格式,在地理信息系统(GIS)和数据库(如 PostGIS)中广泛使用。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
WKBUtils.writeWkbBytesFromPoint(Point point)
将 Point 对象转换为 WKB(Well-Known Binary)格式的字节数组。
|
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.