public interface GeoPackageProgress
| Modifier and Type | Method and Description |
|---|---|
void |
addProgress(int progress)
Add to the total progress
|
boolean |
cleanupOnCancel()
Should the progress so far be deleted when cancelled (
isActive()
becomes false) |
boolean |
isActive()
Is the process still active
|
void |
setMax(int max)
Set the max progress value
|
void setMax(int max)
max - max valuevoid addProgress(int progress)
progress - progress madeboolean isActive()
boolean cleanupOnCancel()
isActive()
becomes false)Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.