| Package | Description |
|---|---|
| de.topobyte.jeography.core | |
| de.topobyte.jeography.core.mapwindow |
| Modifier and Type | Method and Description |
|---|---|
static OverlayPoint |
OverlayPoint.maximum(Collection
Calculate a new point that has as its coordinate the maximum in both dimensions.
|
static OverlayPoint |
OverlayPoint.mean(Collection
Calculate a new point that is the mean of all input points.
|
static OverlayPoint |
OverlayPoint.minimum(Collection
Calculate a new point that has as its coordinate the minimum in both dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
static OverlayPoint |
OverlayPoint.maximum(Collection
Calculate a new point that has as its coordinate the maximum in both dimensions.
|
static OverlayPoint |
OverlayPoint.mean(Collection
Calculate a new point that is the mean of all input points.
|
static OverlayPoint |
OverlayPoint.minimum(Collection
Calculate a new point that has as its coordinate the minimum in both dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SteplessMapWindow.containsPoint(OverlayPoint
Test whether this point is within this window.
|
boolean |
MapWindow.containsPoint(OverlayPoint
Test whether this point is within this window.
|
boolean |
SteppedMapWindow.containsPoint(OverlayPoint
Test whether this point is within this window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SteplessMapWindow.gotoPoints(Collection
Move the viewport to show all points.
|
void |
MapWindow.gotoPoints(Collection
Move the viewport to show all points.
|
void |
SteppedMapWindow.gotoPoints(Collection
Move the viewport to show all points.
|