Uses of Class
org.n52.io.response.FeatureOutput
-
Packages that use FeatureOutput Package Description org.n52.io.response.dataset org.n52.io.response.sampling -
-
Uses of FeatureOutput in org.n52.io.response.dataset
Methods in org.n52.io.response.dataset that return FeatureOutput Modifier and Type Method Description FeatureOutputDatasetOutput. getFeature()Method parameters in org.n52.io.response.dataset with type arguments of type FeatureOutput Modifier and Type Method Description voidDatasetOutput. setFeature(OptionalOutput<FeatureOutput> feature) -
Uses of FeatureOutput in org.n52.io.response.sampling
Methods in org.n52.io.response.sampling that return FeatureOutput Modifier and Type Method Description FeatureOutputSamplingOutput. getFeature()Methods in org.n52.io.response.sampling that return types with arguments of type FeatureOutput Modifier and Type Method Description List<FeatureOutput>MeasuringProgramOutput. getFeatures()Method parameters in org.n52.io.response.sampling with type arguments of type FeatureOutput Modifier and Type Method Description voidSamplingOutput. setFeature(OptionalOutput<FeatureOutput> feature)voidMeasuringProgramOutput. setFeatures(OptionalOutput<List<FeatureOutput>> features)
-