| Package | Description |
|---|---|
| tech.spiro.addrparser.common | |
| tech.spiro.addrparser.parser | |
| tech.spiro.addrparser.tool |
| Modifier and Type | Method and Description |
|---|---|
Point |
RegionInfo.getCenter() |
| Modifier and Type | Method and Description |
|---|---|
List<List<Point>> |
RegionInfo.getPolyline() |
| Modifier and Type | Method and Description |
|---|---|
RegionInfo.Builder |
RegionInfo.Builder.center(Point center) |
boolean |
RegionInfo.contain(Point point) |
boolean |
ContainPointJudge.contain(Point point) |
| Modifier and Type | Method and Description |
|---|---|
RegionInfo.Builder |
RegionInfo.Builder.addPolyline(List<Point> polyline) |
void |
ContainPointJudge.initPolygons(List<List<Point>> polyline)
Initialize polygons
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultContainPointJudge.contain(Point point) |
Location |
LocationParserEngine.parse(Point point)
Get location info by
Point |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContainPointJudge.initPolygons(List<List<Point>> polyline) |
| Modifier and Type | Method and Description |
|---|---|
static double |
MapTools.getPoint2LineDistance(Point p,
Point lineStartPoint,
Point lineEndPoint)
Calculate point to line distance (meter)
|
static double |
MapTools.getPoint2PointDistance(Point p1,
Point p2)
Calculate point to point distance (meter)
|
static boolean |
MapTools.inCircleArea(Point p,
Point centerPoint,
double radius)
To determine whether a point in a circle
|
static boolean |
MapTools.inPolygonArea(Point p,
Point[] area)
To determine whether a point in a polygon
|
static boolean |
MapTools.inPolygonArea(Point p,
Point[] area)
To determine whether a point in a polygon
|
static boolean |
MapTools.inRectangleArea(Point p,
Point upLeftPoint,
Point downRightPoint)
To determine whether a point in a rectangle
|
static boolean |
MapTools.yawing(Point p,
Point[] line,
double distance)
To determine whether a point is yawing
|
static boolean |
MapTools.yawing(Point p,
Point[] line,
double distance)
To determine whether a point is yawing
|
Copyright © 2019. All rights reserved.