![JAR search and dependency download from the Maven repository](/logo.png)
mil.nga.geopackage.tiles.user.TileRowSync Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geopackage Show documentation
Show all versions of geopackage Show documentation
GeoPackage Java implementation
The newest version!
package mil.nga.geopackage.tiles.user;
import mil.nga.geopackage.user.UserRowSync;
/**
* Tile Row Sync to support reading a single tile row copy when multiple near
* simultaneous asynchronous requests are made
*
* @author osbornb
* @since 2.0.0
*/
public class TileRowSync extends UserRowSync {
/**
* Constructor
*/
public TileRowSync() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy