Uses of Class
mil.nga.geopackage.db.GeoPackageConnection
-
-
Uses of GeoPackageConnection in mil.nga.geopackage
Methods in mil.nga.geopackage that return GeoPackageConnection Modifier and Type Method Description GeoPackageConnection
GeoPackage. getConnection()
Get the GeoPackage connectionGeoPackageConnection
GeoPackageImpl. getConnection()
Get the GeoPackage connectionConstructors in mil.nga.geopackage with parameters of type GeoPackageConnection Constructor Description GeoPackageImpl(String name, File file, GeoPackageConnection database)
ConstructorGeoPackageImpl(String name, File file, GeoPackageConnection database, boolean writable)
ConstructorGeoPackageImpl(String name, String path, GeoPackageConnection database)
ConstructorGeoPackageImpl(String name, String path, GeoPackageConnection database, boolean writable)
Constructor -
Uses of GeoPackageConnection in mil.nga.geopackage.attributes
Constructors in mil.nga.geopackage.attributes with parameters of type GeoPackageConnection Constructor Description AttributesConnection(GeoPackageConnection database)
ConstructorAttributesDao(String database, GeoPackageConnection db, AttributesTable table)
Constructor -
Uses of GeoPackageConnection in mil.nga.geopackage.dgiwg
Constructors in mil.nga.geopackage.dgiwg with parameters of type GeoPackageConnection Constructor Description DGIWGGeoPackage(String name, File file, GeoPackageConnection database)
Constructor -
Uses of GeoPackageConnection in mil.nga.geopackage.features.user
Constructors in mil.nga.geopackage.features.user with parameters of type GeoPackageConnection Constructor Description FeatureConnection(GeoPackageConnection database)
ConstructorFeatureDao(String database, GeoPackageConnection db, GeometryColumns geometryColumns, FeatureTable table)
Constructor -
Uses of GeoPackageConnection in mil.nga.geopackage.tiles.user
Constructors in mil.nga.geopackage.tiles.user with parameters of type GeoPackageConnection Constructor Description TileConnection(GeoPackageConnection database)
ConstructorTileDao(String database, GeoPackageConnection db, TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices, TileTable table)
Constructor -
Uses of GeoPackageConnection in mil.nga.geopackage.user
Methods in mil.nga.geopackage.user that return GeoPackageConnection Modifier and Type Method Description GeoPackageConnection
UserDao. getDb()
Constructors in mil.nga.geopackage.user with parameters of type GeoPackageConnection Constructor Description UserConnection(GeoPackageConnection database)
ConstructorUserDao(String database, GeoPackageConnection db, UserConnection<TColumn,TTable,TRow,TResult> userDb, TTable table)
Constructor -
Uses of GeoPackageConnection in mil.nga.geopackage.user.custom
Methods in mil.nga.geopackage.user.custom with parameters of type GeoPackageConnection Modifier and Type Method Description static UserCustomDao
UserCustomDao. readTable(String database, GeoPackageConnection connection, String tableName)
Read the database table and create a DAOConstructors in mil.nga.geopackage.user.custom with parameters of type GeoPackageConnection Constructor Description UserCustomConnection(GeoPackageConnection database)
ConstructorUserCustomDao(String database, GeoPackageConnection db, UserCustomTable table)
Constructor
-