| 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() |
(package private) static IoParameters |
IoParameters.createDefaults(File defaultConfig) |
static IoParameters |
IoParameters.createFromMultiValueMap(org.springframework.util.MultiValueMap<String,String> query) |
(package private) static IoParameters |
IoParameters.createFromSingleJsonValueMap(Map<String,com.fasterxml.jackson.databind.JsonNode> query) |
static IoParameters |
IoParameters.createFromSingleValueMap(Map<String,String> query) |
IoParameters |
IoParameters.extendWith(String key,
String... values)
Creates a new instance based on the current one and adds parameter with the given values.
|
IoParameters |
IoParameters.removeAllOf(String key)
Creates a new instance based on the current one and removes given parameter with the all its values.
|
IoParameters |
IoParameters.replaceWith(String key,
String... values) |
IoParameters |
IoParameters.respectBackwardsCompatibility() |
IoParameters |
IoParameters.setParseExceptionHandle(BiConsumer<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(String parameter,
T value,
IoParameters parameters,
Consumer<OptionalOutput<T>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
static <V extends AbstractValue<?>> |
DatasetOutput.create(String type,
IoParameters params) |
| Constructor and Description |
|---|
TimeseriesMetadataOutput(IoParameters parameters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
LicenseExtension.getExtras(ParameterOutput output,
IoParameters parameters) |
abstract Map<String,Object> |
MetadataExtension.getExtras(T output,
IoParameters parameters)
Gets the extra metadata as simple
key=value mapping. |
protected boolean |
MetadataExtension.hasExtrasToReturn(ParameterOutput output,
IoParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransformingTimeseriesService.exists(String id,
IoParameters parameters)
Deprecated.
|
boolean |
TransformingStationOutputService.exists(String id,
IoParameters parameters)
Deprecated.
|
boolean |
TransformingPlatformOutputService.exists(String id,
IoParameters parameters) |
boolean |
TransformingGeometryOutputService.exists(String id,
IoParameters parameters) |
OutputCollection<TimeseriesMetadataOutput> |
TransformingTimeseriesService.getCondensedParameters(IoParameters query)
Deprecated.
|
OutputCollection<StationOutput> |
TransformingStationOutputService.getCondensedParameters(IoParameters query)
Deprecated.
|
OutputCollection<PlatformOutput> |
TransformingPlatformOutputService.getCondensedParameters(IoParameters query) |
OutputCollection<GeometryInfo> |
TransformingGeometryOutputService.getCondensedParameters(IoParameters query) |
OutputCollection<TimeseriesMetadataOutput> |
TransformingTimeseriesService.getExpandedParameters(IoParameters query)
Deprecated.
|
OutputCollection<StationOutput> |
TransformingStationOutputService.getExpandedParameters(IoParameters query)
Deprecated.
|
OutputCollection<PlatformOutput> |
TransformingPlatformOutputService.getExpandedParameters(IoParameters query) |
OutputCollection<GeometryInfo> |
TransformingGeometryOutputService.getExpandedParameters(IoParameters query) |
TimeseriesMetadataOutput |
TransformingTimeseriesService.getParameter(String timeseriesId,
IoParameters query)
Deprecated.
|
StationOutput |
TransformingStationOutputService.getParameter(String item,
IoParameters query)
Deprecated.
|
PlatformOutput |
TransformingPlatformOutputService.getParameter(String item,
IoParameters query) |
GeometryInfo |
TransformingGeometryOutputService.getParameter(String item,
IoParameters query) |
OutputCollection<TimeseriesMetadataOutput> |
TransformingTimeseriesService.getParameters(String[] items,
IoParameters query)
Deprecated.
|
OutputCollection<StationOutput> |
TransformingStationOutputService.getParameters(String[] items,
IoParameters query)
Deprecated.
|
OutputCollection<PlatformOutput> |
TransformingPlatformOutputService.getParameters(String[] items,
IoParameters query) |
OutputCollection<GeometryInfo> |
TransformingGeometryOutputService.getParameters(String[] items,
IoParameters query) |
com.vividsolutions.jts.geom.Geometry |
TransformationService.transform(com.vividsolutions.jts.geom.Geometry geometry,
IoParameters query) |
protected void |
TransformationService.transformInline(StationOutput station,
IoParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SearchResult> |
SearchService.searchResources(IoParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ParameterService.exists(String id,
IoParameters parameters)
If a resource exists or not.
|
boolean |
LocaleAwareSortService.exists(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.getOfferingCount(IoParameters parameters) |
abstract T |
ParameterService.getParameter(String item,
IoParameters query)
Gets the requested item with respect to the given query parameters.
|
T |
LocaleAwareSortService.getParameter(String item,
IoParameters query) |
abstract OutputCollection<T> |
ParameterService.getParameters(String[] items,
IoParameters query)
Gets the requested items with respect to the given query parameters.
|
OutputCollection<T> |
LocaleAwareSortService.getParameters(String[] items,
IoParameters query) |
int |
CountingMetadataService.getPhenomenaCount(IoParameters parameters) |
int |
CountingMetadataService.getPlatformCount(IoParameters paramters) |
int |
CountingMetadataService.getProcedureCount(IoParameters parameters) |
InputStream |
RawDataService.getRawData(IoParameters parameters)
Get raw data for
|
InputStream |
RawDataService.getRawData(String id,
IoParameters parameters)
Get raw data for
|
int |
CountingMetadataService.getServiceCount(IoParameters parameters) |
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.