public static enum WaterMLConstants.InterpolationType extends Enum<WaterMLConstants.InterpolationType> implements AbstractInterpolationType
interpolationType.
See /req/xsd-measurement-timeseries-tvp/interpolation-type.| Enum Constant and Description |
|---|
AveragePrec
Average in preceding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/AveragePrec
|
AverageSucc
Average in succeeding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/AverageSucc
|
ConstPrec
Constant in preceding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/ConstPrec
|
ConstSucc
Constant in succeeding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/ConstSucc
|
Continuous
Continuous/Instantaneous
http://www.opengis.net/def/waterml/2.0/interpolationType/Continuous
|
Discontinuous
http://www.opengis.net/def/waterml/2.0/interpolationType/
Discontinuous
|
InstantTotal
Instantaneous total
http://www.opengis.net/def/waterml/2.0/interpolationType/InstantTotal
|
MaxPrec
Maximum in preceding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/MaxPrec
|
MaxSucc
Maximum in succeeding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/MaxSucc
|
MinPrec
Minimum in preceding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/MinPrec
|
MinSucc
Minimum in succeeding interval
http://www.opengis.net/def/waterml/2.0/interpolationType/MinSucc
|
Statistical
Statistical
http://www.opengis.net/def/waterml/2.0/interpolationType/Statistical
|
TotalPrec
Preceding total
http://www.opengis.net/def/waterml/2.0/interpolationType/TotalPrec
|
TotalSucc
Succeeding total
http://www.opengis.net/def/waterml/2.0/interpolationType/TotalSucc
|
| Modifier and Type | Method and Description |
|---|---|
static WaterMLConstants.InterpolationType |
from(String v) |
String |
getIdentifier() |
String |
getTitle() |
static WaterMLConstants.InterpolationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaterMLConstants.InterpolationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaterMLConstants.InterpolationType Continuous
public static final WaterMLConstants.InterpolationType Discontinuous
public static final WaterMLConstants.InterpolationType InstantTotal
public static final WaterMLConstants.InterpolationType AveragePrec
public static final WaterMLConstants.InterpolationType MaxPrec
public static final WaterMLConstants.InterpolationType MinPrec
public static final WaterMLConstants.InterpolationType TotalPrec
public static final WaterMLConstants.InterpolationType AverageSucc
public static final WaterMLConstants.InterpolationType TotalSucc
public static final WaterMLConstants.InterpolationType MinSucc
public static final WaterMLConstants.InterpolationType MaxSucc
public static final WaterMLConstants.InterpolationType ConstPrec
public static final WaterMLConstants.InterpolationType ConstSucc
public static final WaterMLConstants.InterpolationType Statistical
public static WaterMLConstants.InterpolationType[] values()
for (WaterMLConstants.InterpolationType c : WaterMLConstants.InterpolationType.values()) System.out.println(c);
public static WaterMLConstants.InterpolationType 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 getIdentifier()
public String getTitle()
public static WaterMLConstants.InterpolationType from(String v)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.