Uses of Interface
org.n52.shetland.ogc.om.series.AbstractInterpolationType
-
Packages that use AbstractInterpolationType Package Description org.n52.shetland.ogc.om.series org.n52.shetland.ogc.om.series.tsml org.n52.shetland.ogc.om.series.wml -
-
Uses of AbstractInterpolationType in org.n52.shetland.ogc.om.series
Methods in org.n52.shetland.ogc.om.series that return AbstractInterpolationType Modifier and Type Method Description abstract AbstractInterpolationTypeAbstractDefaultTVPMeasurementMetadata. getInterpolationtype()Methods in org.n52.shetland.ogc.om.series with parameters of type AbstractInterpolationType Modifier and Type Method Description abstract TAbstractDefaultTVPMeasurementMetadata. setInterpolationtype(AbstractInterpolationType interpolationtype) -
Uses of AbstractInterpolationType in org.n52.shetland.ogc.om.series.tsml
Classes in org.n52.shetland.ogc.om.series.tsml that implement AbstractInterpolationType Modifier and Type Class Description static classTimeseriesMLConstants.InterpolationTypeHold allowed values for elementinterpolationType.Methods in org.n52.shetland.ogc.om.series.tsml with parameters of type AbstractInterpolationType Modifier and Type Method Description DefaultTVPMeasurementMetadataDefaultTVPMeasurementMetadata. setInterpolationtype(AbstractInterpolationType interpolationtype) -
Uses of AbstractInterpolationType in org.n52.shetland.ogc.om.series.wml
Classes in org.n52.shetland.ogc.om.series.wml that implement AbstractInterpolationType Modifier and Type Class Description static classWaterMLConstants.InterpolationTypeHold allowed values for elementinterpolationType.Methods in org.n52.shetland.ogc.om.series.wml that return AbstractInterpolationType Modifier and Type Method Description AbstractInterpolationTypeDefaultTVPMeasurementMetadata. getInterpolationtype()Methods in org.n52.shetland.ogc.om.series.wml with parameters of type AbstractInterpolationType Modifier and Type Method Description DefaultTVPMeasurementMetadataDefaultTVPMeasurementMetadata. setInterpolationtype(AbstractInterpolationType interpolationtype)
-