public class GeometriesRepository extends SessionAwareRepository implements OutputAssembler<org.n52.io.response.GeometryInfo>
dbQueryFactory, serviceEntity, urlHelper| Constructor and Description |
|---|
GeometriesRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String id,
DbQuery parameters) |
List<org.n52.io.response.GeometryInfo> |
getAllCondensed(DbQuery parameters) |
List<org.n52.io.response.GeometryInfo> |
getAllCondensed(DbQuery parameters,
org.hibernate.Session session) |
List<org.n52.io.response.GeometryInfo> |
getAllExpanded(DbQuery parameters) |
List<org.n52.io.response.GeometryInfo> |
getAllExpanded(DbQuery parameters,
org.hibernate.Session session) |
org.n52.io.response.GeometryInfo |
getInstance(String id,
DbQuery parameters) |
org.n52.io.response.GeometryInfo |
getInstance(String id,
DbQuery parameters,
org.hibernate.Session session) |
Collection<org.n52.series.spi.search.SearchResult> |
searchFor(org.n52.io.request.IoParameters parameters) |
createCondensed, createDatasetParameters, createTimeseriesList, createTimeseriesOutput, getCondensedCategory, getCondensedExtendedCategory, getCondensedExtendedFeature, getCondensedExtendedOffering, getCondensedExtendedPhenomenon, getCondensedExtendedProcedure, getCondensedExtendedService, getCondensedFeature, getCondensedOffering, getCondensedPhenomenon, getCondensedProcedure, getCondensedService, getCrsUtils, getDbQuery, getDbQueryFactory, getGeometry, getPlatformId, getServiceEntity, getServiceEntity, getSession, getSessionStore, parseId, returnSession, setDbQueryFactory, setServiceEntity, setSessionStorepublic boolean exists(String id, DbQuery parameters) throws DataAccessException
exists in interface OutputAssembler<org.n52.io.response.GeometryInfo>DataAccessExceptionpublic List<org.n52.io.response.GeometryInfo> getAllCondensed(DbQuery parameters) throws DataAccessException
getAllCondensed in interface OutputAssembler<org.n52.io.response.GeometryInfo>DataAccessExceptionpublic List<org.n52.io.response.GeometryInfo> getAllCondensed(DbQuery parameters, org.hibernate.Session session) throws DataAccessException
getAllCondensed in interface OutputAssembler<org.n52.io.response.GeometryInfo>DataAccessExceptionpublic List<org.n52.io.response.GeometryInfo> getAllExpanded(DbQuery parameters) throws DataAccessException
getAllExpanded in interface OutputAssembler<org.n52.io.response.GeometryInfo>DataAccessExceptionpublic List<org.n52.io.response.GeometryInfo> getAllExpanded(DbQuery parameters, org.hibernate.Session session) throws DataAccessException
getAllExpanded in interface OutputAssembler<org.n52.io.response.GeometryInfo>DataAccessExceptionpublic org.n52.io.response.GeometryInfo getInstance(String id, DbQuery parameters) throws DataAccessException
getInstance in interface OutputAssembler<org.n52.io.response.GeometryInfo>DataAccessExceptionpublic org.n52.io.response.GeometryInfo getInstance(String id, DbQuery parameters, org.hibernate.Session session) throws DataAccessException
getInstance in interface OutputAssembler<org.n52.io.response.GeometryInfo>DataAccessExceptionpublic Collection<org.n52.series.spi.search.SearchResult> searchFor(org.n52.io.request.IoParameters parameters)
searchFor in interface OutputAssembler<org.n52.io.response.GeometryInfo>Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.