|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.gisgraphy.domain.repository.GenericDao<OpenStreetMap,java.lang.Long>
com.gisgraphy.domain.repository.OpenStreetMapDao
@Repository public class OpenStreetMapDao
A data access object for OpenStreetMap
Object
Field Summary | |
---|---|
protected static org.slf4j.Logger |
logger
The logger |
Fields inherited from class com.gisgraphy.domain.repository.GenericDao |
---|
persistentClass |
Constructor Summary | |
---|---|
OpenStreetMapDao()
Default constructor |
Method Summary | |
---|---|
void |
clearPartialSearchName()
clear the value of the textsearchname column, the textsearchname column is used to calculate textsearchvector and is unused after the calculation |
long |
countEstimate()
|
void |
createFulltextIndexes()
Create the fulltext index for openstreetMap to improve performances |
void |
createSpatialIndexes()
Create the database GIST for openstreetMap to improve performances |
OpenStreetMap |
getByGid(java.lang.Long gid)
|
java.util.List<StreetDistance> |
getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point,
double distance,
int firstResult,
int maxResults,
StreetType streetType,
java.lang.Boolean oneWay,
java.lang.String name,
StreetSearchMode streetSearchMode,
boolean includeDistanceField)
base method for all findNearest |
java.lang.Integer |
updateTS_vectorColumnForStreetNameSearch()
Update the ts_vector column for the street name search (partial search and fulltext search) |
java.lang.Integer |
updateTS_vectorColumnForStreetNameSearchPaginate(int from,
int to)
Update the ts_vector column for the street name search from the gid that are >= from and < to |
Methods inherited from class com.gisgraphy.domain.repository.GenericDao |
---|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode |
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.gisgraphy.domain.repository.IDao |
---|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode |
Field Detail |
---|
protected static final org.slf4j.Logger logger
Constructor Detail |
---|
public OpenStreetMapDao()
Method Detail |
---|
public java.util.List<StreetDistance> getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, int firstResult, int maxResults, StreetType streetType, java.lang.Boolean oneWay, java.lang.String name, StreetSearchMode streetSearchMode, boolean includeDistanceField)
IOpenStreetMapDao
getNearestAndDistanceFrom
in interface IOpenStreetMapDao
point
- The point from which we want to find GIS Objectdistance
- The radius in metersfirstResult
- the firstResult index (for pagination), numbered from 1,
if < 1 : it will not be taken into accountmaxResults
- The Maximum number of results to retrieve (for
pagination), if <= 0 : it will not be taken into acountstreetType
- The type of streetoneWay
- whether the street should be oneway or notname
- the name the street name must containsstreetSearchMode
- if we search in fulltext or contain modeincludeDistanceField
- if we have to calculate the distance or not
StreetDistance
public OpenStreetMap getByGid(java.lang.Long gid)
getByGid
in interface IOpenStreetMapDao
gid
- the gid of the openstreetmap entity we want to retrieve
public java.lang.Integer updateTS_vectorColumnForStreetNameSearch()
IOpenStreetMapDao
updateTS_vectorColumnForStreetNameSearch
in interface IOpenStreetMapDao
StreetSearchMode
public java.lang.Integer updateTS_vectorColumnForStreetNameSearchPaginate(int from, int to)
IOpenStreetMapDao
updateTS_vectorColumnForStreetNameSearchPaginate
in interface IOpenStreetMapDao
from
- the start pagination index of gidto
- the end pagination index
(partial search and fulltext search)
StreetSearchMode
public void createSpatialIndexes()
IOpenStreetMapDao
createSpatialIndexes
in interface IOpenStreetMapDao
public void createFulltextIndexes()
IOpenStreetMapDao
createFulltextIndexes
in interface IOpenStreetMapDao
public void clearPartialSearchName()
IOpenStreetMapDao
clearPartialSearchName
in interface IOpenStreetMapDao
public long countEstimate()
countEstimate
in interface IOpenStreetMapDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |