Uses of Class
org.n52.io.response.OptionalOutput
-
Packages that use OptionalOutput Package Description org.n52.io.geojson org.n52.io.response org.n52.io.response.dataset org.n52.io.response.sampling org.n52.series.spi.srv -
-
Uses of OptionalOutput in org.n52.io.geojson
Methods in org.n52.io.geojson with parameters of type OptionalOutput Modifier and Type Method Description voidGeoJSONFeature. setGeometry(OptionalOutput<org.locationtech.jts.geom.Geometry> geometry) -
Uses of OptionalOutput in org.n52.io.response
Fields in org.n52.io.response declared as OptionalOutput Modifier and Type Field Description protected OptionalOutput<ServiceOutput>AbstractOutput. serviceMethods in org.n52.io.response that return OptionalOutput Modifier and Type Method Description static <T> OptionalOutput<T>OptionalOutput. of(T value)Creates an instance which is serialized by default.static <T> OptionalOutput<T>OptionalOutput. of(T value, boolean serialize)Creates an instance with a flag indicating if given value shall be serialized or not.Methods in org.n52.io.response with parameters of type OptionalOutput Modifier and Type Method Description protected <T> TSelfSerializedOutput. getIfSerialized(OptionalOutput<T> optional)protected <T extends Collection<E>,E>
TSelfSerializedOutput. getIfSerializedCollection(OptionalOutput<T> optional)protected <K,T>
Map<K,T>SelfSerializedOutput. getIfSerializedMap(OptionalOutput<Map<K,T>> optional)protected <T> TSelfSerializedOutput. getIfSet(OptionalOutput<T> optional, boolean forced)protected <T extends Collection<E>,E>
TSelfSerializedOutput. getIfSetCollection(OptionalOutput<T> optional, boolean forced)protected <K,T>
Map<K,T>SelfSerializedOutput. getIfSetMap(OptionalOutput<Map<K,T>> optional, boolean forced)protected <T> booleanSelfSerializedOutput. isSet(OptionalOutput<T> optional)protected <T> booleanSelfSerializedOutput. resolvesToNonNullValue(OptionalOutput<T> optional)voidHierarchicalParameterOutput. setChildren(OptionalOutput<List<T>> children)voidFeatureOutput. setDatasets(OptionalOutput<Map<String,DatasetParameters>> datasets)PlatformOutputPlatformOutput. setDatasets(OptionalOutput<Collection<DatasetOutput<AbstractValue<?>>>> series)TagOutputTagOutput. setDatasets(OptionalOutput<List<DatasetOutput<?>>> datasets)ParameterOutputParameterOutput. setDomainId(OptionalOutput<String> domainId)Sets the domain id of the parameter, e.g.ParameterOutputParameterOutput. setExtras(OptionalOutput<Collection<String>> extras)voidServiceOutput. setFeatures(OptionalOutput<Map<String,Object>> features)voidFeatureOutput. setGeometry(OptionalOutput<org.locationtech.jts.geom.Geometry> geometry)voidGeometryOutput. setGeometry(OptionalOutput<org.locationtech.jts.geom.Geometry> geometry)GeometryOutputGeometryOutput. setGeometryType(OptionalOutput<GeometryType> geometryType)ParameterOutputParameterOutput. setHref(OptionalOutput<String> href)ParameterOutputParameterOutput. setHrefBase(OptionalOutput<String> hrefBase)ParameterOutputParameterOutput. setLabel(OptionalOutput<String> label)ParameterOutputParameterOutput. setLicense(OptionalOutput<String> license)Deprecated.voidFeatureOutput. setParameters(OptionalOutput<Map<String,Object>> parameters)OutputWithParametersOutputWithParameters. setParameters(OptionalOutput<Set<Map<String,Object>>> parameters)voidHierarchicalParameterOutput. setParents(OptionalOutput<List<T>> parents)GeometryOutputGeometryOutput. setPlatform(OptionalOutput<PlatformOutput> platform)ParameterOutputParameterOutput. setRawFormats(OptionalOutput<Set<String>> formats)AbstractOutputAbstractOutput. setService(OptionalOutput<ServiceOutput> service)voidServiceOutput. setServiceUrl(OptionalOutput<String> serviceUrl)voidServiceOutput. setType(OptionalOutput<String> type)voidServiceOutput. setVersion(OptionalOutput<String> version)Method parameters in org.n52.io.response with type arguments of type OptionalOutput Modifier and Type Method Description <T> voidParameterOutput. setValue(String parameter, T value, IoParameters parameters, Consumer<OptionalOutput<T>> consumer) -
Uses of OptionalOutput in org.n52.io.response.dataset
-
Uses of OptionalOutput in org.n52.io.response.sampling
Methods in org.n52.io.response.sampling with parameters of type OptionalOutput Modifier and Type Method Description voidMeasuringProgramOutput. setCategories(OptionalOutput<List<CategoryOutput>> categories)voidSamplingOutput. setComment(OptionalOutput<String> comment)voidMeasuringProgramOutput. setDatasets(OptionalOutput<List<DatasetOutput<?>>> datasets)voidSamplingOutput. setEnvironmentalConditions(OptionalOutput<String> environmentalConditions)voidSamplingOutput. setFeature(OptionalOutput<FeatureOutput> feature)voidMeasuringProgramOutput. setFeatures(OptionalOutput<List<FeatureOutput>> features)voidSamplingOutput. setMeasuringProgram(OptionalOutput<MeasuringProgramOutput> measuringProgram)voidMeasuringProgramOutput. setMeasuringProgramTimeEnd(OptionalOutput<TimeOutput> measuringProgramTimeEnd)voidMeasuringProgramOutput. setMeasuringProgramTimeStart(OptionalOutput<TimeOutput> measuringProgramTimeStart)voidMeasuringProgramOutput. setObservedArea(OptionalOutput<org.locationtech.jts.geom.Geometry> observedArea)voidMeasuringProgramOutput. setOrderId(OptionalOutput<String> orderId)voidMeasuringProgramOutput. setPhenomena(OptionalOutput<List<PhenomenonOutput>> phenomena)voidMeasuringProgramOutput. setProducer(OptionalOutput<ProducerOutput> producer)voidSamplingOutput. setSampler(OptionalOutput<SamplerOutput> sampler)voidSamplingOutput. setSamplingMethod(OptionalOutput<String> samplingMethod)voidSamplingOutput. setSamplingObservations(OptionalOutput<List<SamplingObservationOutput>> samplingObservations)voidMeasuringProgramOutput. setSamplings(OptionalOutput<List<SamplingOutput>> samplings)voidSamplingOutput. setSamplingTimeEnd(OptionalOutput<TimeOutput> samplingTimeEnd)voidSamplingOutput. setSamplingTimeStart(OptionalOutput<TimeOutput> samplingTimeStart)SamplingObservationOutputSamplingObservationOutput. setUom(OptionalOutput<String> uom) -
Uses of OptionalOutput in org.n52.series.spi.srv
Methods in org.n52.series.spi.srv with parameters of type OptionalOutput Modifier and Type Method Description ParameterOutputRawFormats. setRawFormats(OptionalOutput<Set<String>> rawFormats)
-