| Modifier and Type | Method and Description |
|---|---|
double |
calculateArea() |
boolean |
contains(double lat,
double lon) |
boolean |
contains(Shape s) |
BBox |
getBounds() |
GHPoint |
getCenter() |
boolean |
intersects(PointList pointList) |
boolean |
intersects(Shape o) |
boolean intersects(Shape o)
boolean intersects(PointList pointList)
boolean contains(double lat,
double lon)
boolean contains(Shape s)
s1.contains(s2) && s2.contains(s1)then s1 is equal to s2
BBox getBounds()
GHPoint getCenter()
double calculateArea()
Copyright © 2012–2020. All rights reserved.