Package | Description |
---|---|
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.io.imagery |
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 |
---|---|
(package private) Shape |
ImageryReader.Parser.shape |