public class TransformingPlatformOutputService extends ParameterService<PlatformOutput>
| Constructor and Description |
|---|
TransformingPlatformOutputService(ParameterService<PlatformOutput> toCompose) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String id,
IoParameters parameters)
If a resource exists or not.
|
OutputCollection<PlatformOutput> |
getCondensedParameters(IoParameters query) |
OutputCollection<PlatformOutput> |
getExpandedParameters(IoParameters query) |
PlatformOutput |
getParameter(String item,
IoParameters query)
Gets the requested item with respect to the given query parameters.
|
OutputCollection<PlatformOutput> |
getParameters(String[] items,
IoParameters query)
Gets the requested items with respect to the given query parameters.
|
createOutputCollection, createOutputCollection, createOutputCollection, getRawDataService, setRawDataService, supportsRawDatapublic TransformingPlatformOutputService(ParameterService<PlatformOutput> toCompose)
public OutputCollection<PlatformOutput> getExpandedParameters(IoParameters query)
getExpandedParameters in class ParameterService<PlatformOutput>query - query parameters to control the output.public OutputCollection<PlatformOutput> getCondensedParameters(IoParameters query)
getCondensedParameters in class ParameterService<PlatformOutput>query - query parameters to control the output.public OutputCollection<PlatformOutput> getParameters(String[] items, IoParameters query)
ParameterServicegetParameters in class ParameterService<PlatformOutput>items - a subset of item ids which are of interest.query - query parameters to control the output.public PlatformOutput getParameter(String item, IoParameters query)
ParameterServicegetParameter in class ParameterService<PlatformOutput>item - the item id of interest.query - query parameters to control the output.public boolean exists(String id, IoParameters parameters)
ParameterServiceexists in class ParameterService<PlatformOutput>id - the id of the resource.parameters - the query passed along.true if the resource exists, false otherwise.Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.