| Package | Description |
|---|---|
| org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
| org.openstreetmap.josm.io.imagery |
Provides the classes for imagery I/O.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Shape> |
ImageryInfo.ImageryBounds.shapes |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Shape> |
ImageryInfo.ImageryBounds.getShapes()
Returns the list of shapes defining this bounds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageryInfo.ImageryBounds.addShape(Shape shape)
Adds a new shape to this bounds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageryInfo.ImageryBounds.setShapes(java.util.List<Shape> shapes)
Sets the list of shapes defining this bounds.
|
| Modifier and Type | Field and Description |
|---|---|
private Shape |
ImageryReader.Parser.shape |