public static class WMSLayer.PrecacheTask extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
isCancelled |
private int |
processedCount |
private ProgressMonitor |
progressMonitor |
private int |
totalCount |
Constructor and Description |
---|
WMSLayer.PrecacheTask(ProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
int |
getTotalCount() |
boolean |
isFinished() |
private final ProgressMonitor progressMonitor
private volatile int totalCount
private volatile int processedCount
private volatile boolean isCancelled
public WMSLayer.PrecacheTask(ProgressMonitor progressMonitor)
public boolean isFinished()
public int getTotalCount()
public void cancel()