Uses of Class
org.n52.io.request.IoParameters
-
Packages that use IoParameters 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 -
-
Uses of IoParameters in org.n52.io.request
Methods in org.n52.io.request that return IoParameters Modifier and Type Method Description static IoParametersIoParameters. createDefaults()static IoParametersIoParameters. createDefaults(File defaultConfig)static IoParametersIoParameters. createFromMultiValueMap(org.springframework.util.MultiValueMap<String,String> query)(package private) static IoParametersIoParameters. createFromSingleJsonValueMap(Map<String,com.fasterxml.jackson.databind.JsonNode> query)static IoParametersIoParameters. createFromSingleValueMap(Map<String,String> query)IoParametersIoParameters. extendWith(String key, String... values)Creates a new instance based on the current one and adds parameter with the given values.IoParametersIoParameters. extendWith(String key, Collection<String> values)IoParametersIoParameters. removeAllOf(String key)Creates a new instance based on the current one and removes given parameter with the all its values.IoParametersIoParameters. replaceWith(String key, String... values)IoParametersIoParameters. replaceWith(String key, Collection<String> values)IoParametersIoParameters. respectBackwardsCompatibility()IoParametersIoParameters. setDefaultLocale(String defaultLocale)IoParametersIoParameters. setParseExceptionHandle(BiConsumer<String,IoParseException> handle)IoParametersRequestParameterSet. toParameters()IoParametersRequestStyledParameterSet. toParameters()IoParametersIoParameters. withoutSelectFilter()IoParametersIoParameters. withSubSelectFilter(String selection)Constructors in org.n52.io.request with parameters of type IoParameters Constructor Description FilterResolver(IoParameters parameters)IoParameters(IoParameters other) -
Uses of IoParameters in org.n52.io.response
Methods in org.n52.io.response with parameters of type IoParameters Modifier and Type Method Description <T> voidParameterOutput. setValue(String parameter, T value, IoParameters parameters, Consumer<OptionalOutput<T>> consumer) -
Uses of IoParameters in org.n52.io.response.dataset
Constructors in org.n52.io.response.dataset with parameters of type IoParameters Constructor Description TimeseriesMetadataOutput(IoParameters parameters) -
Uses of IoParameters in org.n52.io.response.extension
Methods in org.n52.io.response.extension with parameters of type IoParameters Modifier and Type Method Description Map<String,Object>LicenseExtension. getExtras(ServiceOutput output, IoParameters parameters)abstract Map<String,Object>MetadataExtension. getExtras(T output, IoParameters parameters)Gets the extra metadata as simplekey=valuemapping.protected booleanMetadataExtension. hasExtrasToReturn(T output, IoParameters parameters) -
Uses of IoParameters in org.n52.series.spi.geo
Methods in org.n52.series.spi.geo with parameters of type IoParameters Modifier and Type Method Description booleanTransformingGeometryOutputService. exists(String id, IoParameters parameters)booleanTransformingStationOutputService. exists(String id, IoParameters parameters)Deprecated.booleanTransformingTimeseriesService. exists(String id, IoParameters parameters)Deprecated.OutputCollection<GeometryOutput>TransformingGeometryOutputService. getCondensedParameters(IoParameters query)OutputCollection<StationOutput>TransformingStationOutputService. getCondensedParameters(IoParameters query)Deprecated.OutputCollection<TimeseriesMetadataOutput>TransformingTimeseriesService. getCondensedParameters(IoParameters query)Deprecated.OutputCollection<GeometryOutput>TransformingGeometryOutputService. getExpandedParameters(IoParameters query)OutputCollection<StationOutput>TransformingStationOutputService. getExpandedParameters(IoParameters query)Deprecated.OutputCollection<TimeseriesMetadataOutput>TransformingTimeseriesService. getExpandedParameters(IoParameters query)Deprecated.GeometryOutputTransformingGeometryOutputService. getParameter(String item, IoParameters query)StationOutputTransformingStationOutputService. getParameter(String item, IoParameters query)Deprecated.TimeseriesMetadataOutputTransformingTimeseriesService. getParameter(String timeseriesId, IoParameters query)Deprecated.OutputCollection<GeometryOutput>TransformingGeometryOutputService. getParameters(String[] items, IoParameters query)OutputCollection<StationOutput>TransformingStationOutputService. getParameters(String[] items, IoParameters query)Deprecated.OutputCollection<TimeseriesMetadataOutput>TransformingTimeseriesService. getParameters(String[] items, IoParameters query)Deprecated.org.locationtech.jts.geom.GeometryTransformationService. transform(org.locationtech.jts.geom.Geometry geometry, IoParameters query)protected voidTransformationService. transformInline(StationOutput station, IoParameters parameters) -
Uses of IoParameters in org.n52.series.spi.search
Methods in org.n52.series.spi.search with parameters of type IoParameters Modifier and Type Method Description Collection<SearchResult>SearchService. searchResources(IoParameters parameters) -
Uses of IoParameters in org.n52.series.spi.srv
Methods in org.n52.series.spi.srv with parameters of type IoParameters Modifier and Type Method Description abstract booleanParameterService. exists(String id, IoParameters parameters)If a resource exists or not.LongCountingMetadataService. getCategoryCount(IoParameters parameters)abstract OutputCollection<T>ParameterService. getCondensedParameters(IoParameters query)DataCollection<T>DataService. getData(IoParameters parameters)LongCountingMetadataService. getDatasetCount(IoParameters parameters)List<DatasetTypesMetadata>DatasetTypesService. getDatasetTypesMetadata(IoParameters map)abstract OutputCollection<T>ParameterService. getExpandedParameters(IoParameters query)LongCountingMetadataService. getFeatureCount(IoParameters parameters)LongCountingMetadataService. getMeasuringProgramCounter(IoParameters parameters)LongCountingMetadataService. getOfferingCount(IoParameters parameters)abstract TParameterService. getParameter(String item, IoParameters query)Gets the requested item with respect to the given query parameters.abstract OutputCollection<T>ParameterService. getParameters(String[] items, IoParameters query)Gets the requested items with respect to the given query parameters.LongCountingMetadataService. getPhenomenaCount(IoParameters parameters)LongCountingMetadataService. getPlatformCount(IoParameters paramters)LongCountingMetadataService. getProcedureCount(IoParameters parameters)InputStreamRawDataService. getRawData(String id, IoParameters parameters)Get raw data forInputStreamRawDataService. getRawData(IoParameters parameters)Get raw data forLongCountingMetadataService. getSamplingCounter(IoParameters parameters)LongCountingMetadataService. getServiceCount(IoParameters parameters)LongCountingMetadataService. getTagCounter(IoParameters parameters)
-