public class DefaultContainPointJudge extends Object implements ContainPointJudge
ContainPointJudge.| Constructor and Description |
|---|
DefaultContainPointJudge() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contain(Point point) |
int |
double2Int(double d) |
void |
initPolygons(List<List<Point>> polyline)
Initialize polygons
|
public void initPolygons(List<List<Point>> polyline)
ContainPointJudgeinitPolygons in interface ContainPointJudgepolyline - Multi polygons point listpublic boolean contain(Point point)
contain in interface ContainPointJudgepublic int double2Int(double d)
Copyright © 2019. All rights reserved.