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