Package org.n52.series.db.old.da
Class GeometriesAssembler
java.lang.Object
org.n52.series.db.old.da.SessionAwareAssembler
org.n52.series.db.old.da.GeometriesAssembler
- All Implemented Interfaces:
TimeOutputCreator,OutputAssembler<org.n52.io.response.GeometryOutput>,org.springframework.beans.factory.InitializingBean
@Component
public class GeometriesAssembler
extends SessionAwareAssembler
implements OutputAssembler<org.n52.io.response.GeometryOutput>
-
Field Summary
Fields inherited from class org.n52.series.db.old.da.SessionAwareAssembler
dbQueryFactory, mapperFactory, serviceEntityFactoryFields inherited from interface org.n52.sensorweb.server.db.TimeOutputCreator
OFFSET_REGEX -
Constructor Summary
ConstructorsConstructorDescriptionGeometriesAssembler(PlatformAssembler platformRepository, HibernateSessionStore sessionStore, DbQueryFactory dbQueryFactory) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<org.n52.io.response.GeometryOutput>getAllCondensed(DbQuery parameters) List<org.n52.io.response.GeometryOutput>getAllExpanded(DbQuery parameters) org.n52.io.response.GeometryOutputgetInstance(String id, DbQuery parameters) Collection<org.n52.series.spi.search.SearchResult>Methods inherited from class org.n52.series.db.old.da.SessionAwareAssembler
afterPropertiesSet, createCondensed, createDatasetParameters, createGeometry, createTimeOutput, createTimeOutput, getCondensedCategory, getCondensedFeature, getCondensedOffering, getCondensedPhenomenon, getCondensedPlatform, getCondensedProcedure, getCondensedService, getCondensedTag, getCondensedTags, getCrsUtils, getDbQuery, getGeometry, getMapperFactory, getOriginTimeZone, getServiceEntity, getServiceEntity, getSession, getSessionStore, parseId, returnSessionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.n52.sensorweb.server.db.TimeOutputCreator
createTimeOutput
-
Constructor Details
-
GeometriesAssembler
public GeometriesAssembler(PlatformAssembler platformRepository, HibernateSessionStore sessionStore, DbQueryFactory dbQueryFactory)
-
-
Method Details
-
exists
- Specified by:
existsin interfaceOutputAssembler<org.n52.io.response.GeometryOutput>
-
getAllCondensed
- Specified by:
getAllCondensedin interfaceOutputAssembler<org.n52.io.response.GeometryOutput>
-
getAllExpanded
- Specified by:
getAllExpandedin interfaceOutputAssembler<org.n52.io.response.GeometryOutput>
-
getInstance
- Specified by:
getInstancein interfaceOutputAssembler<org.n52.io.response.GeometryOutput>
-
searchFor
- Specified by:
searchForin interfaceOutputAssembler<org.n52.io.response.GeometryOutput>
-