| Package | Description |
|---|---|
| org.aoju.bus.core.toolkit |
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
|
| Modifier and Type | Method and Description |
|---|---|
GeoKit.Polygon |
GeoKit.Polygon.add(double longitude,
double latitude) |
GeoKit.Polygon |
GeoKit.Polygon.add(GeoKit.Point point) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeoKit.contains(GeoKit.Polygon polygon,
GeoKit.Point point)
判断点是否在多边形区域内
|
static boolean |
GeoKit.contains(GeoKit.Polygon polygon,
GeoKit.Point point,
boolean on) |
Copyright © 2022. All rights reserved.