@Deprecated public class TransformingStationOutputService extends ParameterService<StationOutput>
ParameterService for GeoJSONFeatures to transform
geometries to requested spatial reference system.| Constructor and Description |
|---|
TransformingStationOutputService(ParameterService<StationOutput> toCompose)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String id,
IoParameters parameters)
Deprecated.
If a resource exists or not.
|
OutputCollection<StationOutput> |
getCondensedParameters(IoParameters query)
Deprecated.
|
OutputCollection<StationOutput> |
getExpandedParameters(IoParameters query)
Deprecated.
|
StationOutput |
getParameter(String item,
IoParameters query)
Deprecated.
Gets the requested item with respect to the given query parameters.
|
OutputCollection<StationOutput> |
getParameters(String[] items,
IoParameters query)
Deprecated.
Gets the requested items with respect to the given query parameters.
|
RawDataService |
getRawDataService()
Deprecated.
|
boolean |
supportsRawData()
Deprecated.
Check if raw data output is supported
|
createOutputCollection, createOutputCollection, createOutputCollection, setRawDataServicepublic TransformingStationOutputService(ParameterService<StationOutput> toCompose)
public OutputCollection<StationOutput> getExpandedParameters(IoParameters query)
getExpandedParameters in class ParameterService<StationOutput>query - query parameters to control the output.public OutputCollection<StationOutput> getCondensedParameters(IoParameters query)
getCondensedParameters in class ParameterService<StationOutput>query - query parameters to control the output.public OutputCollection<StationOutput> getParameters(String[] items, IoParameters query)
ParameterServicegetParameters in class ParameterService<StationOutput>items - a subset of item ids which are of interest.query - query parameters to control the output.public StationOutput getParameter(String item, IoParameters query)
ParameterServicegetParameter in class ParameterService<StationOutput>item - the item id of interest.query - query parameters to control the output.public boolean exists(String id, IoParameters parameters)
ParameterServiceexists in class ParameterService<StationOutput>id - the id of the resource.parameters - the query passed along.true if the resource exists, false otherwise.public RawDataService getRawDataService()
getRawDataService in interface RawDataInfogetRawDataService in class ParameterService<StationOutput>public boolean supportsRawData()
ParameterServicesupportsRawData in interface RawDataInfosupportsRawData in class ParameterService<StationOutput>true, if raw data output is supportedCopyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.