public static enum ImageryInfo.ImageryType extends java.lang.Enum<ImageryInfo.ImageryType>
Enum Constant and Description |
---|
BING
TMS entry for Microsoft Bing.
|
SCANEX
TMS entry for Russian company ScanEx.
|
TMS
A TMS (Tile Map Service) entry.
|
WMS
A WMS (Web Map Service) entry.
|
WMS_ENDPOINT
A WMS endpoint entry only stores the WMS server info, without layer, which are chosen later by the user.
|
WMTS
WMTS stores GetCapabilities URL.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
typeString |
Modifier and Type | Method and Description |
---|---|
static ImageryInfo.ImageryType |
fromString(java.lang.String s)
Returns the imagery type from the given type string.
|
java.lang.String |
getTypeString()
Returns the unique string identifying this type.
|
static ImageryInfo.ImageryType |
valueOf(java.lang.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 BING
public static final ImageryInfo.ImageryType SCANEX
public static final ImageryInfo.ImageryType WMS_ENDPOINT
public static final ImageryInfo.ImageryType WMTS
private final java.lang.String typeString
public static ImageryInfo.ImageryType[] values()
for (ImageryInfo.ImageryType c : ImageryInfo.ImageryType.values()) System.out.println(c);
public static ImageryInfo.ImageryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final java.lang.String getTypeString()
public static ImageryInfo.ImageryType fromString(java.lang.String s)
s
- The type string