public class Ring extends Geometry
Geometry.Type| 限定符和类型 | 方法和说明 |
|---|---|
Ring |
add(double x,
double y) |
Ring |
add(int x,
int y) |
Ring |
add(Point point) |
Boolean |
clockwise() |
void |
clockwise(Boolean clockwise) |
List<Point> |
getPoints() |
List<Point> |
points() |
void |
points(List<Point> points) |
String |
sql() |
String |
sql(boolean tag,
boolean bracket)
sql格式
|
String |
toString() |
String |
toString(boolean tag) |
Copyright © 2025. All rights reserved.