|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<SOSConstants.SOSRequestType> org.deegree.protocol.sos.SOSConstants.SOSRequestType
public static enum SOSConstants.SOSRequestType
Enum type for discriminating between the different types of SensorObservationService (SOS) requests.
Enum Constant Summary | |
---|---|
DescribeSensor
Retrieve information on one or more sensors. |
|
GetCapabilities
Retrieve the capabilities of the service. |
|
GetFeatureOfInterest
Retrieve a featureOfInterest that was advertised in the observation offerings. |
|
GetObservation
Retrieve an observation. |
Method Summary | |
---|---|
static SOSConstants.SOSRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SOSConstants.SOSRequestType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SOSConstants.SOSRequestType DescribeSensor
public static final SOSConstants.SOSRequestType GetCapabilities
public static final SOSConstants.SOSRequestType GetObservation
public static final SOSConstants.SOSRequestType GetFeatureOfInterest
Method Detail |
---|
public static SOSConstants.SOSRequestType[] values()
for (SOSConstants.SOSRequestType c : SOSConstants.SOSRequestType.values()) System.out.println(c);
public static SOSConstants.SOSRequestType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |