public class Point extends Geometry
Geometry.Type| 构造器和说明 |
|---|
Point() |
Point(double[] xy) |
Point(Double[] xy) |
Point(Double x,
Double y) |
Point(int[] xy) |
Point(Integer[] xy) |
Point(Integer x,
Integer y) |
Point(int x,
int y) |
| 限定符和类型 | 方法和说明 |
|---|---|
double[] |
doubles() |
Double |
getX() |
Double |
getY() |
String |
sql() |
String |
sql(boolean tag,
boolean bracket)
sql格式
|
String |
toString() |
String |
toString(boolean tag) |
Double |
x() |
void |
x(Double x) |
Double |
y() |
void |
y(Double y) |
public Point()
public Point(Integer[] xy)
public Point(int[] xy)
public Point(Double[] xy)
public Point(double[] xy)
public Point(int x,
int y)
Copyright © 2025. All rights reserved.