Uses of Class
org.n52.shetland.ogc.om.series.tsml.TimeseriesMLConstants.InterpolationType
-
Packages that use TimeseriesMLConstants.InterpolationType Package Description org.n52.shetland.ogc.om.series.tsml -
-
Uses of TimeseriesMLConstants.InterpolationType in org.n52.shetland.ogc.om.series.tsml
Methods in org.n52.shetland.ogc.om.series.tsml that return TimeseriesMLConstants.InterpolationType Modifier and Type Method Description static TimeseriesMLConstants.InterpolationTypeTimeseriesMLConstants.InterpolationType. from(String v)TimeseriesMLConstants.InterpolationTypeDefaultTVPMeasurementMetadata. getInterpolationtype()static TimeseriesMLConstants.InterpolationTypeTimeseriesMLConstants.InterpolationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeseriesMLConstants.InterpolationType[]TimeseriesMLConstants.InterpolationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-