Formatting
This commit is contained in:
parent
d119f6ffab
commit
5bfbda1e0f
1 changed files with 0 additions and 2 deletions
|
@ -163,9 +163,7 @@ public class Multipolygon {
|
||||||
* @return true if this multipolygon is correct and contains the point
|
* @return true if this multipolygon is correct and contains the point
|
||||||
*/
|
*/
|
||||||
public boolean containsPoint(LatLon point) {
|
public boolean containsPoint(LatLon point) {
|
||||||
|
|
||||||
return containsPoint(point.getLatitude(), point.getLongitude());
|
return containsPoint(point.getLatitude(), point.getLongitude());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public int countOuterPolygons() {
|
public int countOuterPolygons() {
|
||||||
|
|
Loading…
Reference in a new issue