org.deegree.ogcwebservices.wmps
Class GetMapServiceInvokerForNL
java.lang.Object
java.lang.Thread
org.deegree.ogcwebservices.wmps.GetMapServiceInvokerForNL
- All Implemented Interfaces:
- Runnable
class GetMapServiceInvokerForNL
- extends Thread
Inner class for accessing the data of one named 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.
- Version:
- $Revision: 9447 $
- Author:
- Andreas Poth
Method Summary |
void |
run()
overrides the run-method of the parent class Thread for enabling a multi-threaded
access to the data. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
GetMapServiceInvokerForNL
GetMapServiceInvokerForNL(DefaultGetMapHandler handler,
Layer lay,
AbstractDataSource source,
UserStyle style,
int index)
- Creates a new ServiceInvokerForNL object.
- Parameters:
handler
- lay
- source
- style
- index
- index of the requested layer
run
public void run()
- overrides the run-method of the parent class Thread for enabling a multi-threaded
access to the data.
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net