Uses of Class
org.n52.io.response.dataset.StationOutput
-
Packages that use StationOutput Package Description org.n52.io.response.dataset org.n52.series.spi.geo -
-
Uses of StationOutput in org.n52.io.response.dataset
Methods in org.n52.io.response.dataset that return StationOutput Modifier and Type Method Description StationOutputTimeseriesMetadataOutput. getStation()Method parameters in org.n52.io.response.dataset with type arguments of type StationOutput Modifier and Type Method Description voidTimeseriesMetadataOutput. setStation(OptionalOutput<StationOutput> station) -
Uses of StationOutput in org.n52.series.spi.geo
Methods in org.n52.series.spi.geo that return StationOutput Modifier and Type Method Description StationOutputTransformingStationOutputService. getParameter(String item, IoParameters query)Deprecated.Methods in org.n52.series.spi.geo that return types with arguments of type StationOutput Modifier and Type Method Description OutputCollection<StationOutput>TransformingStationOutputService. getCondensedParameters(IoParameters query)Deprecated.OutputCollection<StationOutput>TransformingStationOutputService. getExpandedParameters(IoParameters query)Deprecated.OutputCollection<StationOutput>TransformingStationOutputService. getParameters(String[] items, IoParameters query)Deprecated.Methods in org.n52.series.spi.geo with parameters of type StationOutput Modifier and Type Method Description protected voidTransformationService. transformInline(StationOutput station, IoParameters parameters)Constructor parameters in org.n52.series.spi.geo with type arguments of type StationOutput Constructor Description TransformingStationOutputService(ParameterService<StationOutput> toCompose)Deprecated.
-