Class DefaultDbQueryFactory
- java.lang.Object
-
- org.n52.sensorweb.server.db.old.dao.DefaultDbQueryFactory
-
- All Implemented Interfaces:
DbQueryFactory
@Configurable public class DefaultDbQueryFactory extends Object implements DbQueryFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultDbQueryFactory()DefaultDbQueryFactory(String srid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbQuerycreateFrom(org.n52.io.request.IoParameters parameters)StringgetDatabaseSrid()voidsetDatabaseSrid(String databaseSrid)voidsetStorageEpsg(int epsgCode)
-
-
-
Constructor Detail
-
DefaultDbQueryFactory
public DefaultDbQueryFactory()
-
DefaultDbQueryFactory
public DefaultDbQueryFactory(String srid)
-
-
Method Detail
-
createFrom
public DbQuery createFrom(org.n52.io.request.IoParameters parameters)
- Specified by:
createFromin interfaceDbQueryFactory
-
getDatabaseSrid
public String getDatabaseSrid()
- Specified by:
getDatabaseSridin interfaceDbQueryFactory
-
setDatabaseSrid
public void setDatabaseSrid(String databaseSrid)
- Specified by:
setDatabaseSridin interfaceDbQueryFactory
-
setStorageEpsg
@Setting("service.defaultEpsg") public void setStorageEpsg(int epsgCode)
-
-