| Package | Description |
|---|---|
| org.n52.io.request | |
| org.n52.io.response | |
| org.n52.io.response.dataset | |
| org.n52.io.response.extension | |
| org.n52.series.spi.geo | |
| org.n52.series.spi.search | |
| org.n52.series.spi.srv |
| Modifier and Type | Method and Description |
|---|---|
static IoParameters |
IoParameters.createDefaults() |
static IoParameters |
IoParameters.createDefaults(java.io.File defaultConfig) |
static IoParameters |
IoParameters.createFromMultiValueMap(org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> query) |
(package private) static IoParameters |
IoParameters.createFromSingleJsonValueMap(java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> query) |
static IoParameters |
IoParameters.createFromSingleValueMap(java.util.Map<java.lang.String,java.lang.String> query) |
IoParameters |
IoParameters.extendWith(java.lang.String key,
java.util.List<java.lang.String> values) |
IoParameters |
IoParameters.extendWith(java.lang.String key,
java.lang.String... values)
Creates a new instance based on the current one and adds parameter with the given values.
|
IoParameters |
IoParameters.removeAllOf(java.lang.String key)
Creates a new instance based on the current one and removes given parameter with the all its values.
|
IoParameters |
IoParameters.replaceWith(java.lang.String key,
java.util.List<java.lang.String> values) |
IoParameters |
IoParameters.replaceWith(java.lang.String key,
java.lang.String... values) |
IoParameters |
IoParameters.respectBackwardsCompatibility() |
IoParameters |
IoParameters.setParseExceptionHandle(java.util.function.BiConsumer<java.lang.String,IoParseException> handle) |
IoParameters |
RequestStyledParameterSet.toParameters() |
IoParameters |
RequestParameterSet.toParameters() |
| Constructor and Description |
|---|
FilterResolver(IoParameters parameters) |
IoParameters(IoParameters other) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ParameterOutput.setValue(java.lang.String parameter,
T value,
IoParameters parameters,
java.util.function.Consumer<OptionalOutput<T>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
static <V extends AbstractValue<?>> |
DatasetOutput.create(IoParameters params) |
| Constructor and Description |
|---|
TimeseriesMetadataOutput(IoParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
LicenseExtension.getExtras(ParameterOutput output,
IoParameters parameters) |
abstract java.util.Map<java.lang.String,java.lang.Object> |
MetadataExtension.getExtras(T output,
IoParameters parameters)
Gets the extra metadata as simple
key=value mapping. |
protected boolean |
MetadataExtension.hasExtrasToReturn(T output,
IoParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransformingTimeseriesService.exists(java.lang.String id,
IoParameters parameters)
Deprecated.
|
boolean |
TransformingStationOutputService.exists(java.lang.String id,
IoParameters parameters)
Deprecated.
|
boolean |
TransformingGeometryOutputService.exists(java.lang.String id,
IoParameters parameters) |
OutputCollection<TimeseriesMetadataOutput> |
TransformingTimeseriesService.getCondensedParameters(IoParameters query)
Deprecated.
|
OutputCollection<StationOutput> |
TransformingStationOutputService.getCondensedParameters(IoParameters query)
Deprecated.
|
OutputCollection<GeometryOutput> |
TransformingGeometryOutputService.getCondensedParameters(IoParameters query) |
OutputCollection<TimeseriesMetadataOutput> |
TransformingTimeseriesService.getExpandedParameters(IoParameters query)
Deprecated.
|
OutputCollection<StationOutput> |
TransformingStationOutputService.getExpandedParameters(IoParameters query)
Deprecated.
|
OutputCollection<GeometryOutput> |
TransformingGeometryOutputService.getExpandedParameters(IoParameters query) |
TimeseriesMetadataOutput |
TransformingTimeseriesService.getParameter(java.lang.String timeseriesId,
IoParameters query)
Deprecated.
|
StationOutput |
TransformingStationOutputService.getParameter(java.lang.String item,
IoParameters query)
Deprecated.
|
GeometryOutput |
TransformingGeometryOutputService.getParameter(java.lang.String item,
IoParameters query) |
OutputCollection<TimeseriesMetadataOutput> |
TransformingTimeseriesService.getParameters(java.lang.String[] items,
IoParameters query)
Deprecated.
|
OutputCollection<StationOutput> |
TransformingStationOutputService.getParameters(java.lang.String[] items,
IoParameters query)
Deprecated.
|
OutputCollection<GeometryOutput> |
TransformingGeometryOutputService.getParameters(java.lang.String[] items,
IoParameters query) |
org.locationtech.jts.geom.Geometry |
TransformationService.transform(org.locationtech.jts.geom.Geometry geometry,
IoParameters query) |
protected void |
TransformationService.transformInline(StationOutput station,
IoParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SearchResult> |
SearchService.searchResources(IoParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ParameterService.exists(java.lang.String id,
IoParameters parameters)
If a resource exists or not.
|
boolean |
LocaleAwareSortService.exists(java.lang.String id,
IoParameters parameters) |
int |
CountingMetadataService.getCategoryCount(IoParameters parameters) |
abstract OutputCollection<T> |
ParameterService.getCondensedParameters(IoParameters query) |
OutputCollection<T> |
LocaleAwareSortService.getCondensedParameters(IoParameters query) |
DataCollection<T> |
DataService.getData(IoParameters parameters) |
int |
CountingMetadataService.getDatasetCount(IoParameters parameters) |
abstract OutputCollection<T> |
ParameterService.getExpandedParameters(IoParameters query) |
OutputCollection<T> |
LocaleAwareSortService.getExpandedParameters(IoParameters query) |
int |
CountingMetadataService.getFeatureCount(IoParameters parameters) |
int |
CountingMetadataService.getMeasuringProgramCounter(IoParameters parameters) |
int |
CountingMetadataService.getOfferingCount(IoParameters parameters) |
abstract T |
ParameterService.getParameter(java.lang.String item,
IoParameters query)
Gets the requested item with respect to the given query parameters.
|
T |
LocaleAwareSortService.getParameter(java.lang.String item,
IoParameters query) |
abstract OutputCollection<T> |
ParameterService.getParameters(java.lang.String[] items,
IoParameters query)
Gets the requested items with respect to the given query parameters.
|
OutputCollection<T> |
LocaleAwareSortService.getParameters(java.lang.String[] items,
IoParameters query) |
int |
CountingMetadataService.getPhenomenaCount(IoParameters parameters) |
int |
CountingMetadataService.getPlatformCount(IoParameters paramters) |
int |
CountingMetadataService.getProcedureCount(IoParameters parameters) |
java.io.InputStream |
RawDataService.getRawData(IoParameters parameters)
Get raw data for
|
java.io.InputStream |
RawDataService.getRawData(java.lang.String id,
IoParameters parameters)
Get raw data for
|
int |
CountingMetadataService.getSamplingCounter(IoParameters parameters) |
int |
CountingMetadataService.getServiceCount(IoParameters parameters) |
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.