Modifier and Type | Method and Description |
---|---|
void |
Main.addLayer(Layer layer,
ProjectionBounds bounds)
Add a new layer to the map.
|
Modifier and Type | Method and Description |
---|---|
protected ProjectionBounds |
DownloadOsmTask.AbstractInternalTask.computeBbox(Bounds bounds) |
Modifier and Type | Field and Description |
---|---|
private ProjectionBounds |
ViewportData.bounds |
Modifier and Type | Method and Description |
---|---|
ProjectionBounds |
ViewportData.getBounds()
Return the bounds in east-north coordinate space.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectionBounds.intersects(ProjectionBounds b)
The two bounds intersect? Compared to java Shape.intersects, if does not use
the interior but the closure.
|
Constructor and Description |
---|
ViewportData(ProjectionBounds bounds) |
Modifier and Type | Method and Description |
---|---|
ProjectionBounds |
DataSet.getDataSourceBoundingBox() |
Modifier and Type | Field and Description |
---|---|
private ProjectionBounds |
BoundingXYVisitor.bounds |
Modifier and Type | Method and Description |
---|---|
ProjectionBounds |
BoundingXYVisitor.getBounds() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingXYVisitor.visit(ProjectionBounds b)
Visiting call for projection bounds.
|
Modifier and Type | Field and Description |
---|---|
private ProjectionBounds |
AbstractProjection.projectionBoundsBox |
Modifier and Type | Method and Description |
---|---|
ProjectionBounds |
AbstractProjection.getWorldBoundsBoxEastNorth() |
ProjectionBounds |
Projection.getWorldBoundsBoxEastNorth()
Get an approximate EastNorth box around the lat/lon world bounds.
|
Modifier and Type | Method and Description |
---|---|
ProjectionBounds |
NavigatableComponent.getMaxProjectionBounds() |
ProjectionBounds |
NavigatableComponent.getProjectionBounds() |
Modifier and Type | Method and Description |
---|---|
void |
NavigatableComponent.zoomTo(ProjectionBounds box) |