Package | Description |
---|---|
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.io.imagery |
Modifier and Type | Field and Description |
---|---|
private GeorefImage.State |
GeorefImage.state |
Modifier and Type | Method and Description |
---|---|
GeorefImage.State |
GeorefImage.getState() |
static GeorefImage.State |
GeorefImage.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeorefImage.State[] |
GeorefImage.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GeorefImage.changeImage(GeorefImage.State state,
BufferedImage image) |
Modifier and Type | Field and Description |
---|---|
private GeorefImage.State |
WMSRequest.state |
Modifier and Type | Method and Description |
---|---|
GeorefImage.State |
WMSRequest.getState() |
Modifier and Type | Method and Description |
---|---|
void |
WMSRequest.finish(GeorefImage.State state,
BufferedImage image) |