Uses of Class
mil.nga.geopackage.user.custom.UserCustomDao
-
-
Uses of UserCustomDao in mil.nga.geopackage
Methods in mil.nga.geopackage that return UserCustomDao Modifier and Type Method Description UserCustomDao
GeoPackage. getUserCustomDao(String tableName)
Get a User Custom DAO from a table nameUserCustomDao
GeoPackage. getUserCustomDao(UserCustomTable table)
Get a User Custom DAO from a tableUserCustomDao
GeoPackageImpl. getUserCustomDao(String tableName)
Get a User Custom DAO from a table nameUserCustomDao
GeoPackageImpl. getUserCustomDao(UserCustomTable table)
Get a User Custom DAO from a table -
Uses of UserCustomDao in mil.nga.geopackage.extension.nga.style
Subclasses of UserCustomDao in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description class
IconDao
Icon DAO for reading icon tablesclass
StyleMappingDao
Style Mapping DAO for reading style mapping data tablesConstructors in mil.nga.geopackage.extension.nga.style with parameters of type UserCustomDao Constructor Description IconDao(UserCustomDao dao)
ConstructorStyleMappingDao(UserCustomDao dao)
Constructor -
Uses of UserCustomDao in mil.nga.geopackage.extension.related
Subclasses of UserCustomDao in mil.nga.geopackage.extension.related Modifier and Type Class Description class
UserMappingDao
User Mapping DAO for reading user mapping data tablesMethods in mil.nga.geopackage.extension.related that return UserCustomDao Modifier and Type Method Description UserCustomDao
RelatedTablesExtension. getUserDao(String tableName)
Get a User Custom DAO from a table nameConstructors in mil.nga.geopackage.extension.related with parameters of type UserCustomDao Constructor Description UserMappingDao(UserCustomDao dao)
ConstructorUserMappingDao(UserCustomDao dao, UserMappingTable userMappingTable)
Constructor -
Uses of UserCustomDao in mil.nga.geopackage.extension.related.media
Subclasses of UserCustomDao in mil.nga.geopackage.extension.related.media Modifier and Type Class Description class
MediaDao
User Media DAO for reading user media data tablesConstructors in mil.nga.geopackage.extension.related.media with parameters of type UserCustomDao Constructor Description MediaDao(UserCustomDao dao)
ConstructorMediaDao(UserCustomDao dao, MediaTable mediaTable)
Constructor -
Uses of UserCustomDao in mil.nga.geopackage.extension.related.simple
Subclasses of UserCustomDao in mil.nga.geopackage.extension.related.simple Modifier and Type Class Description class
SimpleAttributesDao
User Simple Attributes DAO for reading user simple attributes data tablesConstructors in mil.nga.geopackage.extension.related.simple with parameters of type UserCustomDao Constructor Description SimpleAttributesDao(UserCustomDao dao)
ConstructorSimpleAttributesDao(UserCustomDao dao, SimpleAttributesTable simpleAttributesTable)
Constructor -
Uses of UserCustomDao in mil.nga.geopackage.extension.rtree
Subclasses of UserCustomDao in mil.nga.geopackage.extension.rtree Modifier and Type Class Description class
RTreeIndexTableDao
RTree Index Table DAO for reading geometry index ranges -
Uses of UserCustomDao in mil.nga.geopackage.user.custom
Methods in mil.nga.geopackage.user.custom that return UserCustomDao Modifier and Type Method Description UserCustomDao
UserCustomPaginatedResults. getDao()
static UserCustomDao
UserCustomDao. readTable(String database, GeoPackageConnection connection, String tableName)
Read the database table and create a DAOMethods in mil.nga.geopackage.user.custom with parameters of type UserCustomDao Modifier and Type Method Description static UserCustomPaginatedResults
UserCustomPaginatedResults. create(UserCustomDao dao, UserCustomResultSet results)
Create paginated resultsConstructors in mil.nga.geopackage.user.custom with parameters of type UserCustomDao Constructor Description UserCustomDao(UserCustomDao dao)
ConstructorUserCustomDao(UserCustomDao dao, UserCustomTable userCustomTable)
ConstructorUserCustomPaginatedResults(UserCustomDao dao, UserCustomResultSet results)
Constructor
-