|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.deegree_impl.services.wfs.WFSMainLoop
org.deegree_impl.services.wfs.AbstractGetFeature
org.deegree_impl.services.wfs.DBGetFeature
class defining the basic processing of a getFeature request for databases
-------------------------------------------------------------------------
Field Summary | |
private static java.util.Map |
ct
|
protected int |
depth
|
protected DBConnectionPool |
pool
|
Fields inherited from class org.deegree_impl.services.wfs.AbstractGetFeature |
config |
Fields inherited from class org.deegree_impl.services.wfs.WFSMainLoop |
parent, request |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
protected |
DBGetFeature(AbstractDataStore parent,
OGCWebServiceRequest request)
|
Method Summary | |
protected Table |
getRelations(Table table,
FeatureType featureType,
WFSQuery query)
creates the relations resp. the complext data schema by replacing the foreign key of the master table(s) with the related data. |
protected void |
reset()
|
Methods inherited from class org.deegree_impl.services.wfs.AbstractGetFeature |
createResponse, getAffectedFeatureTypes, getAffectedFields |
Methods inherited from class org.deegree_impl.services.wfs.WFSMainLoop |
performRequest, run |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected DBConnectionPool pool
protected int depth
private static java.util.Map ct
Constructor Detail |
protected DBGetFeature(AbstractDataStore parent, OGCWebServiceRequest request)
Method Detail |
protected void reset()
protected Table getRelations(Table table, FeatureType featureType, WFSQuery query) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |