Package org.n52.sensorweb.server.srv
Class FeatureService
java.lang.Object
org.n52.series.spi.srv.ParameterService<T>
org.n52.sensorweb.server.srv.AccessService<org.n52.io.response.FeatureOutput>
org.n52.sensorweb.server.srv.FeatureService
- All Implemented Interfaces:
org.n52.series.spi.srv.RawDataInfo
-
Field Summary
Fields inherited from class org.n52.sensorweb.server.srv.AccessService
dbQueryFactory, repository -
Constructor Summary
ConstructorsConstructorDescriptionFeatureService(OutputAssembler<org.n52.io.response.FeatureOutput> repository, DbQueryFactory queryFactory) -
Method Summary
Methods inherited from class org.n52.sensorweb.server.srv.AccessService
exists, getCondensedParameters, getExpandedParameters, getParameter, getParametersMethods inherited from class org.n52.series.spi.srv.ParameterService
getRawDataService, setRawDataServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.n52.series.spi.srv.RawDataInfo
supportsRawData
-
Constructor Details
-
FeatureService
public FeatureService(OutputAssembler<org.n52.io.response.FeatureOutput> repository, DbQueryFactory queryFactory)
-