Uses of Interface
mil.nga.geopackage.io.GeoPackageProgress
-
Packages that use GeoPackageProgress Package Description mil.nga.geopackage.extension.nga.index mil.nga.geopackage.features mil.nga.geopackage.io mil.nga.geopackage.tiles.reproject -
-
Uses of GeoPackageProgress in mil.nga.geopackage.extension.nga.index
Fields in mil.nga.geopackage.extension.nga.index declared as GeoPackageProgress Modifier and Type Field Description protected GeoPackageProgress
FeatureTableCoreIndex. progress
ProgressMethods in mil.nga.geopackage.extension.nga.index with parameters of type GeoPackageProgress Modifier and Type Method Description void
FeatureTableCoreIndex. setProgress(GeoPackageProgress progress)
Set the progress tracker -
Uses of GeoPackageProgress in mil.nga.geopackage.features
Fields in mil.nga.geopackage.features declared as GeoPackageProgress Modifier and Type Field Description protected GeoPackageProgress
FeatureCoreGenerator. progress
GeoPackage progressMethods in mil.nga.geopackage.features that return GeoPackageProgress Modifier and Type Method Description GeoPackageProgress
FeatureCoreGenerator. getProgress()
Get the progressMethods in mil.nga.geopackage.features with parameters of type GeoPackageProgress Modifier and Type Method Description void
FeatureCoreGenerator. setProgress(GeoPackageProgress progress)
Set the progress -
Uses of GeoPackageProgress in mil.nga.geopackage.io
Methods in mil.nga.geopackage.io with parameters of type GeoPackageProgress Modifier and Type Method Description static void
GeoPackageIOUtils. copyFile(File copyFrom, File copyTo, GeoPackageProgress progress)
Copy a file to a file locationstatic void
GeoPackageIOUtils. copyFile(File copyFrom, OutputStream copyTo, GeoPackageProgress progress)
Copy a file to an output streamstatic void
GeoPackageIOUtils. copyStream(InputStream copyFrom, File copyTo, GeoPackageProgress progress)
Copy an input stream to a file locationstatic void
GeoPackageIOUtils. copyStream(InputStream copyFrom, OutputStream copyTo, GeoPackageProgress progress)
Copy an input stream to an output stream -
Uses of GeoPackageProgress in mil.nga.geopackage.tiles.reproject
Fields in mil.nga.geopackage.tiles.reproject declared as GeoPackageProgress Modifier and Type Field Description protected GeoPackageProgress
TileReprojectionCore. progress
Progress callbacksMethods in mil.nga.geopackage.tiles.reproject that return GeoPackageProgress Modifier and Type Method Description GeoPackageProgress
TileReprojectionCore. getProgress()
Get the progress callbacksMethods in mil.nga.geopackage.tiles.reproject with parameters of type GeoPackageProgress Modifier and Type Method Description void
TileReprojectionCore. setProgress(GeoPackageProgress progress)
Set the progress callbacks
-