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 GeoPackageProgressFeatureTableCoreIndex. progressProgressMethods in mil.nga.geopackage.extension.nga.index with parameters of type GeoPackageProgress Modifier and Type Method Description voidFeatureTableCoreIndex. 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 GeoPackageProgressFeatureCoreGenerator. progressGeoPackage progressMethods in mil.nga.geopackage.features that return GeoPackageProgress Modifier and Type Method Description GeoPackageProgressFeatureCoreGenerator. getProgress()Get the progressMethods in mil.nga.geopackage.features with parameters of type GeoPackageProgress Modifier and Type Method Description voidFeatureCoreGenerator. 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 voidGeoPackageIOUtils. copyFile(File copyFrom, File copyTo, GeoPackageProgress progress)Copy a file to a file locationstatic voidGeoPackageIOUtils. copyFile(File copyFrom, OutputStream copyTo, GeoPackageProgress progress)Copy a file to an output streamstatic voidGeoPackageIOUtils. copyStream(InputStream copyFrom, File copyTo, GeoPackageProgress progress)Copy an input stream to a file locationstatic voidGeoPackageIOUtils. 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 GeoPackageProgressTileReprojectionCore. progressProgress callbacksMethods in mil.nga.geopackage.tiles.reproject that return GeoPackageProgress Modifier and Type Method Description GeoPackageProgressTileReprojectionCore. getProgress()Get the progress callbacksMethods in mil.nga.geopackage.tiles.reproject with parameters of type GeoPackageProgress Modifier and Type Method Description voidTileReprojectionCore. setProgress(GeoPackageProgress progress)Set the progress callbacks
-