|
|||||||||||
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.wms.GetMapHandler_Impl.ServiceInvokerForUL
Inner class for accessing the data of one user layer and creating DisplayElements and a Thrme from it. The class extends Thread and implements the run method, so that a parallel data accessing from several layers is possible.
Field Summary | |
private int |
index
|
private UserLayer |
layer
|
private UserStyle[] |
styles
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
(package private) |
GetMapHandler_Impl.ServiceInvokerForUL(UserLayer layer,
int index)
|
Method Summary | |
private java.lang.String |
createGetFeatureRequest()
creates a GetFeature request related to the UserLayer encapsulated in this object |
private void |
handleWCS()
handles requests against a WCS |
private void |
handleWFS()
handles requests against a WFS |
void |
run()
overrides/implements the run-method of Thread |
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 |
private UserLayer layer
private UserStyle[] styles
private int index
Constructor Detail |
GetMapHandler_Impl.ServiceInvokerForUL(UserLayer layer, int index)
Method Detail |
public void run()
private void handleWFS() throws java.lang.Exception
java.lang.Exception
private java.lang.String createGetFeatureRequest() throws java.lang.Exception
java.lang.Exception
private void handleWCS() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |