| 程序包 | 说明 |
|---|---|
| org.anyline.entity | |
| org.anyline.entity.geometry | |
| org.anyline.util |
| 限定符和类型 | 方法和说明 |
|---|---|
Point |
Coordinate.getCenter() |
Point |
Coordinate.getPoint() |
Point |
DataSet.getPoint(int index,
String key) |
Point |
DataSet.getPoint(int index,
String key,
Point def) |
Point |
DataRow.getPoint(String key) |
| 限定符和类型 | 方法和说明 |
|---|---|
Point |
DataSet.getPoint(int index,
String key,
Point def) |
void |
Coordinate.setCenter(Point center) |
void |
Coordinate.setPoint(Point point) |
| 限定符和类型 | 方法和说明 |
|---|---|
Point |
Circle.center() |
Point |
Circle.getCenter() |
Point |
LineSegment.getP1() |
Point |
Line.getP1() |
Point |
Box.getP1() |
Point |
LineSegment.getP2() |
Point |
Line.getP2() |
Point |
Box.getP2() |
Point |
LineSegment.p1() |
Point |
Line.p1() |
Point |
Box.p1() |
Point |
LineSegment.p2() |
Point |
Line.p2() |
Point |
Box.p2() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Point> |
Ring.getPoints() |
List<Point> |
MultiPoint.getPoints() |
List<Point> |
LineString.getPoints() |
List<Point> |
Ring.points() |
List<Point> |
MultiPoint.points() |
List<Point> |
LineString.points() |
| 限定符和类型 | 方法和说明 |
|---|---|
Ring |
Ring.add(Point point) |
MultiPoint |
MultiPoint.add(Point point) |
LineString |
LineString.add(Point point) |
void |
Circle.center(Point center) |
void |
LineSegment.p1(Point p1) |
void |
Line.p1(Point p1) |
void |
Box.p1(Point p1) |
void |
LineSegment.p2(Point p2) |
void |
Line.p2(Point p2) |
void |
Box.p2(Point p2) |
void |
Circle.setCenter(Point center) |
void |
LineSegment.setP1(Point p1) |
void |
Line.setP1(Point p1) |
void |
Box.setP1(Point p1) |
void |
LineSegment.setP2(Point p2) |
void |
Line.setP2(Point p2) |
void |
Box.setP2(Point p2) |
| 限定符和类型 | 方法和说明 |
|---|---|
MultiPoint |
MultiPoint.add(List<Point> points) |
void |
Ring.points(List<Point> points) |
| 构造器和说明 |
|---|
Box(Point p1,
Point p2) |
Circle(Point center,
double radius) |
Line(Point p1,
Point p2) |
LineSegment(Point p1,
Point p2) |
| 构造器和说明 |
|---|
LineString(List<Point> points) |
MultiPoint(List<Point> points) |
Ring(List<Point> points) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
GISUtil.pnpoly(Point point,
List<Point> points) |
static boolean |
GISUtil.pnpoly(Point point,
Point... points) |
static boolean |
GISUtil.pnpoly(Point point,
Point... points) |
static boolean |
GISUtil.pnpoly(Point point,
Ring ring)
坐标点是否在多边形内
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
GISUtil.pnpoly(Point point,
List<Point> points) |
Copyright © 2025. All rights reserved.