Uses of Class
org.n52.io.response.ParameterOutput
-
-
Uses of ParameterOutput in org.n52.io.response
Classes in org.n52.io.response with type parameters of type ParameterOutput Modifier and Type Class Description classOutputCollection<T extends ParameterOutput>Subclasses of ParameterOutput in org.n52.io.response Modifier and Type Class Description classAbstractOutputclassCategoryOutputclassDetectionLimitOutputclassFeatureOutputclassGeometryOutputTODO: JavaDocclassHierarchicalParameterOutput<T>classOfferingOutputclassOutputWithParametersclassPhenomenonOutputclassPlatformOutputTODO: JavaDocclassProcedureOutputclassServiceOutputclassTagOutputMethods in org.n52.io.response with type parameters of type ParameterOutput Modifier and Type Method Description static <T extends ParameterOutput>
Comparator<T>ParameterOutput. defaultComparator()Takes the default comparator to compare.static <T extends ParameterOutput>
Comparator<T>ParameterOutput. idComparator()Takes the ids to compare.static <T extends ParameterOutput>
Comparator<T>ParameterOutput. labelComparator()Takes the labels to compare.Methods in org.n52.io.response that return ParameterOutput Modifier and Type Method Description ParameterOutputParameterOutput. setDomainId(OptionalOutput<String> domainId)Sets the domain id of the parameter, e.g.ParameterOutputParameterOutput. setExtras(OptionalOutput<Collection<String>> extras)ParameterOutputParameterOutput. setHref(OptionalOutput<String> href)ParameterOutputParameterOutput. setHrefBase(OptionalOutput<String> hrefBase)ParameterOutputParameterOutput. setId(String id)ParameterOutputParameterOutput. setLabel(OptionalOutput<String> label)ParameterOutputParameterOutput. setLicense(OptionalOutput<String> license)Deprecated.ParameterOutputParameterOutput. setRawFormats(OptionalOutput<Set<String>> formats)Methods in org.n52.io.response with parameters of type ParameterOutput Modifier and Type Method Description intParameterOutput. compareTo(ParameterOutput o) -
Uses of ParameterOutput in org.n52.io.response.dataset
Subclasses of ParameterOutput in org.n52.io.response.dataset Modifier and Type Class Description classDatasetOutput<V extends AbstractValue<?>>classIndividualObservationOutputclassProfileOutputclassStationOutputclassTimeseriesMetadataOutputclassTimeseriesOutputclassTrajectoryOutputMethods in org.n52.io.response.dataset that return ParameterOutput Modifier and Type Method Description ParameterOutputDatasetParameters. getCategory()ParameterOutputDatasetParameters. getOffering()ParameterOutputDatasetParameters. getPhenomenon()ParameterOutputDatasetParameters. getPlatform()ParameterOutputDatasetParameters. getProcedure()ParameterOutputDatasetParameters. getService()Methods in org.n52.io.response.dataset that return types with arguments of type ParameterOutput Modifier and Type Method Description Collection<ParameterOutput>DatasetParameters. getTags()Methods in org.n52.io.response.dataset with parameters of type ParameterOutput Modifier and Type Method Description DatasetParametersDatasetParameters. setCategory(ParameterOutput category)DatasetParametersDatasetParameters. setOffering(ParameterOutput offering)DatasetParametersDatasetParameters. setPhenomenon(ParameterOutput phenomenon)DatasetParametersDatasetParameters. setPlatform(ParameterOutput platform)DatasetParametersDatasetParameters. setProcedure(ParameterOutput procedure)DatasetParametersDatasetParameters. setService(ParameterOutput service)Method parameters in org.n52.io.response.dataset with type arguments of type ParameterOutput Modifier and Type Method Description DatasetParametersDatasetParameters. setTags(Collection<ParameterOutput> tags)DatasetParametersDatasetParameters. setTags(OptionalOutput<Collection<ParameterOutput>> tags) -
Uses of ParameterOutput in org.n52.io.response.dataset.bool
Subclasses of ParameterOutput in org.n52.io.response.dataset.bool Modifier and Type Class Description classBooleanDatasetOutput -
Uses of ParameterOutput in org.n52.io.response.dataset.category
Subclasses of ParameterOutput in org.n52.io.response.dataset.category Modifier and Type Class Description classCategoryDatasetOutput -
Uses of ParameterOutput in org.n52.io.response.dataset.count
Subclasses of ParameterOutput in org.n52.io.response.dataset.count Modifier and Type Class Description classCountDatasetOutput -
Uses of ParameterOutput in org.n52.io.response.dataset.profile
Subclasses of ParameterOutput in org.n52.io.response.dataset.profile Modifier and Type Class Description classProfileDatasetOutputTODO: JavaDoc -
Uses of ParameterOutput in org.n52.io.response.dataset.quantity
Subclasses of ParameterOutput in org.n52.io.response.dataset.quantity Modifier and Type Class Description classQuantityDatasetOutputTODO: JavaDoc -
Uses of ParameterOutput in org.n52.io.response.dataset.record
Subclasses of ParameterOutput in org.n52.io.response.dataset.record Modifier and Type Class Description classRecordDatasetOutput -
Uses of ParameterOutput in org.n52.io.response.dataset.text
Subclasses of ParameterOutput in org.n52.io.response.dataset.text Modifier and Type Class Description classTextDatasetOutput -
Uses of ParameterOutput in org.n52.io.response.dataset.trajectory
Subclasses of ParameterOutput in org.n52.io.response.dataset.trajectory Modifier and Type Class Description classTrajectoryDatasetOutputTODO: JavaDoc -
Uses of ParameterOutput in org.n52.io.response.extension
Classes in org.n52.io.response.extension with type parameters of type ParameterOutput Modifier and Type Class Description classMetadataExtension<T extends ParameterOutput> -
Uses of ParameterOutput in org.n52.io.response.sampling
Subclasses of ParameterOutput in org.n52.io.response.sampling Modifier and Type Class Description classMeasuringProgramOutputclassProducerOutputclassSamplerOutputclassSamplingOutput -
Uses of ParameterOutput in org.n52.series.spi.srv
Classes in org.n52.series.spi.srv with type parameters of type ParameterOutput Modifier and Type Class Description classParameterService<T extends ParameterOutput>A generic service to get arbitrary parameters from the underlying data access implementation.Methods in org.n52.series.spi.srv that return ParameterOutput Modifier and Type Method Description ParameterOutputRawFormats. setRawFormats(OptionalOutput<Set<String>> rawFormats)
-