| Package | Description |
|---|---|
| org.n52.io.geojson | |
| org.n52.io.response | |
| org.n52.io.response.dataset | |
| org.n52.series.spi.srv |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoJSONFeature.setGeometry(OptionalOutput<com.vividsolutions.jts.geom.Geometry> geometry) |
| Modifier and Type | Field and Description |
|---|---|
protected OptionalOutput<ServiceOutput> |
AbstractOutput.service |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ParameterOutput.getIfSerialized(OptionalOutput<T> optional) |
protected <T extends Collection<E>,E> |
ParameterOutput.getIfSerializedCollection(OptionalOutput<T> optional) |
protected <K,T> Map<K,T> |
ParameterOutput.getIfSerializedMap(OptionalOutput<Map<K,T>> optional) |
protected <T> T |
ParameterOutput.getIfSet(OptionalOutput<T> optional,
boolean forced) |
protected <T extends Collection<E>,E> |
ParameterOutput.getIfSetCollection(OptionalOutput<T> optional,
boolean forced) |
protected <K,T> Map<K,T> |
ParameterOutput.getIfSetMap(OptionalOutput<Map<K,T>> optional,
boolean forced) |
protected <T> boolean |
ParameterOutput.isSet(OptionalOutput<T> optional) |
protected <T> boolean |
ParameterOutput.resolvesToNonNullValue(OptionalOutput<T> optional) |
PlatformOutput |
PlatformOutput.setDatasets(OptionalOutput<Collection<DatasetOutput>> series) |
ParameterOutput |
ParameterOutput.setDomainId(OptionalOutput<String> domainId)
Sets the domain id of the parameter, e.g. a natural (not arbitrarily generated) id or the original id
actually being used by proxied data sources.
|
ParameterOutput |
ParameterOutput.setExtras(OptionalOutput<Collection<String>> extras) |
void |
ServiceOutput.setFeatures(OptionalOutput<Map<String,Object>> features) |
PlatformOutput |
PlatformOutput.setGeometry(OptionalOutput<com.vividsolutions.jts.geom.Geometry> geometry) |
void |
GeometryInfo.setGeometry(OptionalOutput<com.vividsolutions.jts.geom.Geometry> geometry) |
GeometryInfo |
GeometryInfo.setGeometryType(OptionalOutput<GeometryType> geometryType) |
ParameterOutput |
ParameterOutput.setHref(OptionalOutput<String> href) |
ParameterOutput |
ParameterOutput.setHrefBase(OptionalOutput<String> hrefBase) |
ParameterOutput |
ParameterOutput.setLabel(OptionalOutput<String> label) |
ParameterOutput |
ParameterOutput.setLicense(OptionalOutput<String> license)
Deprecated.
|
OutputWithParameters |
OutputWithParameters.setParameters(OptionalOutput<Set<Map<String,Object>>> parameters) |
GeometryInfo |
GeometryInfo.setPlatform(OptionalOutput<PlatformOutput> platform) |
PlatformOutput |
PlatformOutput.setPlatformType(OptionalOutput<PlatformType> platformtype) |
void |
ServiceOutput.setQuantities(OptionalOutput<ServiceOutput.ParameterCount> quantities)
Deprecated.
|
ParameterOutput |
ParameterOutput.setRawFormats(OptionalOutput<Set<String>> formats) |
AbstractOutput |
AbstractOutput.setService(OptionalOutput<ServiceOutput> service) |
void |
ServiceOutput.setServiceUrl(OptionalOutput<String> serviceUrl) |
void |
ServiceOutput.setSupportsFirstLatest(OptionalOutput<Boolean> supportsFirstLatest)
Deprecated.
|
void |
ServiceOutput.setType(OptionalOutput<String> type) |
void |
ServiceOutput.setVersion(OptionalOutput<String> version) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ParameterOutput.setValue(String parameter,
T value,
IoParameters parameters,
Consumer<OptionalOutput<T>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
DatasetOutput<V> |
DatasetOutput.setDatasetParameters(OptionalOutput<DatasetParameters> parameters) |
DatasetOutput<V> |
DatasetOutput.setFirstValue(OptionalOutput<V> firstValue) |
void |
StationOutput.setGeometry(OptionalOutput<com.vividsolutions.jts.geom.Geometry> geometry)
Deprecated.
|
DatasetOutput<V> |
DatasetOutput.setLastValue(OptionalOutput<V> lastValue) |
DatasetOutput<V> |
DatasetOutput.setPlatformType(OptionalOutput<String> platformType) |
DatasetOutput<V> |
DatasetOutput.setReferenceValues(OptionalOutput<List<ReferenceValueOutput<V>>> referenceValues) |
void |
TimeseriesMetadataOutput.setRenderingHints(OptionalOutput<StyleProperties> renderingHints)
Deprecated.
|
void |
TimeseriesMetadataOutput.setStation(OptionalOutput<StationOutput> station)
Deprecated.
|
void |
TimeseriesMetadataOutput.setStatusIntervals(OptionalOutput<Collection<StatusInterval>> statusIntervals)
Deprecated.
|
void |
StationOutput.setTimeseries(OptionalOutput<Map<String,DatasetParameters>> timeseries)
Deprecated.
|
DatasetOutput<V> |
DatasetOutput.setUom(OptionalOutput<String> uom) |
protected void |
DatasetOutput.setValueType(OptionalOutput<String> valueType) |
| Modifier and Type | Method and Description |
|---|---|
ParameterOutput |
RawFormats.setRawFormats(OptionalOutput<Set<String>> rawFormats) |
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.