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 Object


Field Summary
static String BEGIN_SUB_TASK
           
static String END_SUB_TASK
           
static String SUB_TASK_NUM_STEPS
           
static String SUB_TASK_STEP_COMPLETE
           
static String SUB_TASK_STEP_FAILED
           
 
Constructor Summary
RPFTiledImageProcessor()
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 int getThreadPoolSize()
           
 RPFFileIndex makeFileIndex(File rootFile, String dataSeriesId, String description, Iterable<File> fileIterable)
           
 Layer makeLayer(RPFFileIndex fileIndex)
           
 void removePropertyChangeListener(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 String BEGIN_SUB_TASK
See Also:
Constant Field Values

END_SUB_TASK

public static final String END_SUB_TASK
See Also:
Constant Field Values

SUB_TASK_NUM_STEPS

public static final String SUB_TASK_NUM_STEPS
See Also:
Constant Field Values

SUB_TASK_STEP_COMPLETE

public static final String SUB_TASK_STEP_COMPLETE
See Also:
Constant Field Values

SUB_TASK_STEP_FAILED

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

RPFTiledImageProcessor

public RPFTiledImageProcessor()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)

getThreadPoolSize

public int getThreadPoolSize()

makeFileIndex

public RPFFileIndex makeFileIndex(File rootFile,
                                  String dataSeriesId,
                                  String description,
                                  Iterable<File> fileIterable)

makeLayer

public Layer makeLayer(RPFFileIndex fileIndex)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)

setThreadPoolSize

public void setThreadPoolSize(int size)

stop

public void stop()

NASA World Wind