Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Modifier and Type | Field and Description |
---|---|
private WMTSTileSource.TransferMode |
WMTSTileSource.transferMode |
Modifier and Type | Method and Description |
---|---|
private static WMTSTileSource.TransferMode |
WMTSTileSource.TransferMode.fromString(java.lang.String s) |
static WMTSTileSource.TransferMode |
WMTSTileSource.TransferMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WMTSTileSource.TransferMode[] |
WMTSTileSource.TransferMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|