public class InternalBoundingBox extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
InternalBoundingBox(Collection<? extends StaticLatLon> coords) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
contains(StaticLatLon coord)
Liegt die Koordinate innherhalb der Boundigbox?
|
protected StaticLatLon |
getCenter() |
protected double |
getHeightMeters() |
protected double |
getLatitude() |
protected double |
getLatRange() |
protected double |
getLongitude() |
protected double |
getLonRange() |
protected StaticLatLon |
getLowerLeft() |
protected StaticLatLon |
getLowerRight() |
protected StaticLatLon |
getUpperLeft() |
protected StaticLatLon |
getUpperRight() |
protected boolean |
squareContains(StaticLatLon coord)
Liegt die Koordinate innerhalb des Quadrats, das die BoundingBox
umschließt?
|
protected boolean |
squareContains(StaticLatLon coord,
double deviation)
Liegt die Koordinate innerhalb des Quadrats, das die BoundingBox
umschließt?
|
protected InternalBoundingBox(Collection<? extends StaticLatLon> coords)
protected boolean contains(StaticLatLon coord)
protected boolean squareContains(StaticLatLon coord)
protected boolean squareContains(StaticLatLon coord, double deviation)
protected double getLatitude()
protected double getLongitude()
protected double getHeightMeters()
protected StaticLatLon getUpperLeft()
protected StaticLatLon getUpperRight()
protected StaticLatLon getLowerLeft()
protected StaticLatLon getLowerRight()
protected StaticLatLon getCenter()
protected double getLatRange()
protected double getLonRange()
Copyright © 2018. All rights reserved.