public class GeometriesRepository extends SessionAwareRepository implements OutputAssembler<org.n52.io.response.GeometryOutput>
dbQueryFactory, serviceEntity| Constructor and Description |
|---|
GeometriesRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(java.lang.String id,
DbQuery parameters) |
java.util.List<org.n52.io.response.GeometryOutput> |
getAllCondensed(DbQuery parameters) |
java.util.List<org.n52.io.response.GeometryOutput> |
getAllCondensed(DbQuery parameters,
org.hibernate.Session session) |
java.util.List<org.n52.io.response.GeometryOutput> |
getAllExpanded(DbQuery parameters) |
java.util.List<org.n52.io.response.GeometryOutput> |
getAllExpanded(DbQuery parameters,
org.hibernate.Session session) |
org.n52.io.response.GeometryOutput |
getInstance(java.lang.String id,
DbQuery parameters) |
org.n52.io.response.GeometryOutput |
getInstance(java.lang.String id,
DbQuery parameters,
org.hibernate.Session session) |
java.util.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(java.lang.String id,
DbQuery parameters)
throws DataAccessException
exists in interface OutputAssembler<org.n52.io.response.GeometryOutput>DataAccessExceptionpublic java.util.List<org.n52.io.response.GeometryOutput> getAllCondensed(DbQuery parameters) throws DataAccessException
getAllCondensed in interface OutputAssembler<org.n52.io.response.GeometryOutput>DataAccessExceptionpublic java.util.List<org.n52.io.response.GeometryOutput> getAllCondensed(DbQuery parameters, org.hibernate.Session session) throws DataAccessException
getAllCondensed in interface OutputAssembler<org.n52.io.response.GeometryOutput>DataAccessExceptionpublic java.util.List<org.n52.io.response.GeometryOutput> getAllExpanded(DbQuery parameters) throws DataAccessException
getAllExpanded in interface OutputAssembler<org.n52.io.response.GeometryOutput>DataAccessExceptionpublic java.util.List<org.n52.io.response.GeometryOutput> getAllExpanded(DbQuery parameters, org.hibernate.Session session) throws DataAccessException
getAllExpanded in interface OutputAssembler<org.n52.io.response.GeometryOutput>DataAccessExceptionpublic org.n52.io.response.GeometryOutput getInstance(java.lang.String id,
DbQuery parameters)
throws DataAccessException
getInstance in interface OutputAssembler<org.n52.io.response.GeometryOutput>DataAccessExceptionpublic org.n52.io.response.GeometryOutput getInstance(java.lang.String id,
DbQuery parameters,
org.hibernate.Session session)
throws DataAccessException
getInstance in interface OutputAssembler<org.n52.io.response.GeometryOutput>DataAccessExceptionpublic java.util.Collection<org.n52.series.spi.search.SearchResult> searchFor(org.n52.io.request.IoParameters parameters)
searchFor in interface OutputAssembler<org.n52.io.response.GeometryOutput>Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.