public static enum ImageryInfo.ImageryType extends Enum<ImageryInfo.ImageryType>
Enum Constant and Description |
---|
BING |
HTML |
SCANEX |
TMS |
WMS |
WMS_ENDPOINT |
Modifier and Type | Method and Description |
---|---|
static ImageryInfo.ImageryType |
fromUrlString(String s) |
String |
getUrlString() |
static ImageryInfo.ImageryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageryInfo.ImageryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageryInfo.ImageryType WMS
public static final ImageryInfo.ImageryType TMS
public static final ImageryInfo.ImageryType HTML
public static final ImageryInfo.ImageryType BING
public static final ImageryInfo.ImageryType SCANEX
public static final ImageryInfo.ImageryType WMS_ENDPOINT
public static ImageryInfo.ImageryType[] values()
for (ImageryInfo.ImageryType c : ImageryInfo.ImageryType.values()) System.out.println(c);
public static ImageryInfo.ImageryType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getUrlString()
public static ImageryInfo.ImageryType fromUrlString(String s)