public class TransformingGeometryOutputService extends ParameterService<GeometryInfo>
| Constructor and Description |
|---|
TransformingGeometryOutputService(ParameterService<GeometryInfo> toCompose) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String id,
IoParameters parameters)
If a resource exists or not.
|
OutputCollection<GeometryInfo> |
getCondensedParameters(IoParameters query) |
OutputCollection<GeometryInfo> |
getExpandedParameters(IoParameters query) |
GeometryInfo |
getParameter(String item,
IoParameters query)
Gets the requested item with respect to the given query parameters.
|
OutputCollection<GeometryInfo> |
getParameters(String[] items,
IoParameters query)
Gets the requested items with respect to the given query parameters.
|
createOutputCollection, createOutputCollection, createOutputCollection, getRawDataService, setRawDataService, supportsRawDatapublic TransformingGeometryOutputService(ParameterService<GeometryInfo> toCompose)
public OutputCollection<GeometryInfo> getExpandedParameters(IoParameters query)
getExpandedParameters in class ParameterService<GeometryInfo>query - query parameters to control the output.public OutputCollection<GeometryInfo> getCondensedParameters(IoParameters query)
getCondensedParameters in class ParameterService<GeometryInfo>query - query parameters to control the output.public OutputCollection<GeometryInfo> getParameters(String[] items, IoParameters query)
ParameterServicegetParameters in class ParameterService<GeometryInfo>items - a subset of item ids which are of interest.query - query parameters to control the output.public GeometryInfo getParameter(String item, IoParameters query)
ParameterServicegetParameter in class ParameterService<GeometryInfo>item - the item id of interest.query - query parameters to control the output.public boolean exists(String id, IoParameters parameters)
ParameterServiceexists in class ParameterService<GeometryInfo>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.