public enum WMTSExceptionCodeValue extends java.lang.Enum<WMTSExceptionCodeValue>
Enum Constant and Description |
---|
InvaildParameterValue |
InvalidParameterValue |
InvalidUpdateSequence |
MissingParameterValue |
NoApplicableCode |
OperationNotSupported |
PointIJOutofRange |
TileOutOfRange |
VersionNegotiationFailed |
Modifier and Type | Method and Description |
---|---|
static WMTSExceptionCodeValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WMTSExceptionCodeValue[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final WMTSExceptionCodeValue MissingParameterValue
public static final WMTSExceptionCodeValue InvalidParameterValue
public static final WMTSExceptionCodeValue NoApplicableCode
public static final WMTSExceptionCodeValue VersionNegotiationFailed
public static final WMTSExceptionCodeValue InvalidUpdateSequence
public static final WMTSExceptionCodeValue OperationNotSupported
public static final WMTSExceptionCodeValue TileOutOfRange
public static final WMTSExceptionCodeValue PointIJOutofRange
public static final WMTSExceptionCodeValue InvaildParameterValue
public static WMTSExceptionCodeValue[] values()
for (WMTSExceptionCodeValue c : WMTSExceptionCodeValue.values()) System.out.println(c);
public static WMTSExceptionCodeValue 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 null