NASA World Wind

gov.nasa.worldwind.layers.rpf
Class RPFTiledImageProcessor

java.lang.Object
  extended by gov.nasa.worldwind.layers.rpf.RPFTiledImageProcessor

public class RPFTiledImageProcessor
extends java.lang.Object


Field Summary
static java.lang.String BEGIN_SUB_TASK
           
static java.lang.String END_SUB_TASK
           
static java.lang.String SUB_TASK_NUM_STEPS
           
static java.lang.String SUB_TASK_STEP_COMPLETE
           
static java.lang.String SUB_TASK_STEP_FAILED
           
 
Constructor Summary
RPFTiledImageProcessor()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 int getThreadPoolSize()
           
 RPFFileIndex makeFileIndex(java.io.File rootFile, java.lang.String dataSeriesId, java.lang.String description, java.lang.Iterable<java.io.File> fileIterable)
           
 Layer makeLayer(RPFFileIndex fileIndex)
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void setThreadPoolSize(int size)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEGIN_SUB_TASK

public static final java.lang.String BEGIN_SUB_TASK
See Also:
Constant Field Values

END_SUB_TASK

public static final java.lang.String END_SUB_TASK
See Also:
Constant Field Values

SUB_TASK_NUM_STEPS

public static final java.lang.String SUB_TASK_NUM_STEPS
See Also:
Constant Field Values

SUB_TASK_STEP_COMPLETE

public static final java.lang.String SUB_TASK_STEP_COMPLETE
See Also:
Constant Field Values

SUB_TASK_STEP_FAILED

public static final java.lang.String SUB_TASK_STEP_FAILED
See Also:
Constant Field Values
Constructor Detail

RPFTiledImageProcessor

public RPFTiledImageProcessor()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

getThreadPoolSize

public int getThreadPoolSize()

makeFileIndex

public RPFFileIndex makeFileIndex(java.io.File rootFile,
                                  java.lang.String dataSeriesId,
                                  java.lang.String description,
                                  java.lang.Iterable<java.io.File> fileIterable)

makeLayer

public Layer makeLayer(RPFFileIndex fileIndex)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

setThreadPoolSize

public void setThreadPoolSize(int size)

stop

public void stop()

NASA World Wind