|
|||||||||||
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
class defining the basic processing of a getFeature request
-------------------------------------------------------------------------
Field Summary | |
protected DatastoreConfiguration |
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 |
AbstractGetFeature(AbstractDataStore parent,
OGCWebServiceRequest request)
|
Method Summary | |
protected OGCWebServiceResponse[] |
createResponse(java.util.HashMap map,
java.lang.String[] affectedFeatureTypes)
create a response object from the GMLFeatureCollections store into the submitted HashMap |
protected java.lang.String[] |
getAffectedFeatureTypes(WFSQuery[] queries)
return the names of the feature types affected by a Query |
protected java.lang.String |
getAffectedFields(java.lang.String table,
FeatureType ft,
WFSQuery query)
the method returns a comma-seperated list of fields, that are affected by a WFSQuery against the subbmitted table. |
private java.lang.String |
getTableName(FeatureType ft,
java.lang.String prop)
extracts the table name from a property. it is assumed that the property name is constructed like this: table.propertyname or schema.table.propertyname. |
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 DatastoreConfiguration config
Constructor Detail |
protected AbstractGetFeature(AbstractDataStore parent, OGCWebServiceRequest request)
Method Detail |
protected java.lang.String[] getAffectedFeatureTypes(WFSQuery[] queries)
protected java.lang.String getAffectedFields(java.lang.String table, FeatureType ft, WFSQuery query) throws java.lang.Exception
"table1.ID,table1.NAME,table1.VALUE"
java.lang.Exception
private java.lang.String getTableName(FeatureType ft, java.lang.String prop)
protected OGCWebServiceResponse[] createResponse(java.util.HashMap map, java.lang.String[] affectedFeatureTypes) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |