public static enum Sos2Constants.GetObservationParams extends Enum<Sos2Constants.GetObservationParams>
| Enum Constant and Description |
|---|
namespaces |
spatialFilter |
temporalFilter |
| Modifier and Type | Method and Description |
|---|---|
static Sos2Constants.GetObservationParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sos2Constants.GetObservationParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sos2Constants.GetObservationParams temporalFilter
public static final Sos2Constants.GetObservationParams spatialFilter
public static final Sos2Constants.GetObservationParams namespaces
public static Sos2Constants.GetObservationParams[] values()
for (Sos2Constants.GetObservationParams c : Sos2Constants.GetObservationParams.values()) System.out.println(c);
public static Sos2Constants.GetObservationParams 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 nullCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.