Uses of Class
mil.nga.geopackage.features.user.FeatureDao
-
-
Uses of FeatureDao in mil.nga.geopackage
Methods in mil.nga.geopackage that return FeatureDao Modifier and Type Method Description FeatureDao
GeoPackage. getFeatureDao(String tableName)
Get a Feature DAO from a table nameFeatureDao
GeoPackage. getFeatureDao(Contents contents)
Get a Feature DAO from ContentsFeatureDao
GeoPackage. getFeatureDao(GeometryColumns geometryColumns)
Get a Feature DAO from Geometry ColumnsFeatureDao
GeoPackage. getFeatureDao(FeatureTable table)
Get a Feature DAO from a tableFeatureDao
GeoPackageImpl. getFeatureDao(String tableName)
Get a Feature DAO from a table nameFeatureDao
GeoPackageImpl. getFeatureDao(Contents contents)
Get a Feature DAO from ContentsFeatureDao
GeoPackageImpl. getFeatureDao(GeometryColumns geometryColumns)
Get a Feature DAO from Geometry ColumnsFeatureDao
GeoPackageImpl. getFeatureDao(FeatureTable table)
Get a Feature DAO from a table -
Uses of FeatureDao in mil.nga.geopackage.extension.nga.index
Constructors in mil.nga.geopackage.extension.nga.index with parameters of type FeatureDao Constructor Description FeatureTableIndex(GeoPackage geoPackage, FeatureDao featureDao)
ConstructorFeatureTableIndex(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor -
Uses of FeatureDao in mil.nga.geopackage.extension.nga.link
Methods in mil.nga.geopackage.extension.nga.link that return types with arguments of type FeatureDao Modifier and Type Method Description List<FeatureDao>
FeatureTileTableLinker. getFeatureDaosForTileTable(String tileTable)
Query for the feature tables linked to a tile table and return feature DAOs to those tables -
Uses of FeatureDao in mil.nga.geopackage.extension.rtree
Methods in mil.nga.geopackage.extension.rtree that return FeatureDao Modifier and Type Method Description FeatureDao
RTreeIndexTableDao. getFeatureDao()
Get the feature DAOMethods in mil.nga.geopackage.extension.rtree with parameters of type FeatureDao Modifier and Type Method Description RTreeIndexTableDao
RTreeIndexExtension. getTableDao(FeatureDao featureDao)
Get a RTree Index Table DAO for the feature dao -
Uses of FeatureDao in mil.nga.geopackage.features
Fields in mil.nga.geopackage.features declared as FeatureDao Modifier and Type Field Description protected FeatureDao
OAPIFeatureGenerator. featureDao
Feature DAOMethods in mil.nga.geopackage.features that return FeatureDao Modifier and Type Method Description FeatureDao
OAPIFeatureGenerator. getFeatureDao()
Get the feature DAO -
Uses of FeatureDao in mil.nga.geopackage.features.index
Methods in mil.nga.geopackage.features.index that return FeatureDao Modifier and Type Method Description FeatureDao
FeatureIndexManager. getFeatureDao()
Get the feature DAOMethods in mil.nga.geopackage.features.index with parameters of type FeatureDao Modifier and Type Method Description static FeaturePaginatedResults
FeatureIndexManager. paginate(FeatureDao featureDao, FeatureIndexResults results)
Paginate the resultsConstructors in mil.nga.geopackage.features.index with parameters of type FeatureDao Constructor Description FeatureIndexManager(GeoPackage geoPackage, FeatureDao featureDao)
ConstructorFeatureIndexManager(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor -
Uses of FeatureDao in mil.nga.geopackage.features.user
Methods in mil.nga.geopackage.features.user that return FeatureDao Modifier and Type Method Description FeatureDao
FeaturePaginatedResults. getDao()
FeatureDao
ManualFeatureQuery. getFeatureDao()
Get the feature DAOFeatureDao
ManualFeatureQueryResults. getFeatureDao()
Get the feature DAOMethods in mil.nga.geopackage.features.user with parameters of type FeatureDao Modifier and Type Method Description static FeaturePaginatedResults
FeaturePaginatedResults. create(FeatureDao dao, FeatureResultSet results)
Create paginated resultsConstructors in mil.nga.geopackage.features.user with parameters of type FeatureDao Constructor Description FeaturePaginatedResults(FeatureDao dao, FeatureResultSet results)
ConstructorManualFeatureQuery(FeatureDao featureDao)
ConstructorManualFeatureQuery(FeatureDao featureDao, boolean geodesic)
ConstructorManualFeatureQueryResults(FeatureDao featureDao, String[] columns, List<Long> featureIds)
ConstructorManualFeatureQueryResults(FeatureDao featureDao, List<Long> featureIds)
Constructor -
Uses of FeatureDao in mil.nga.geopackage.tiles.features
Fields in mil.nga.geopackage.tiles.features declared as FeatureDao Modifier and Type Field Description protected FeatureDao
FeatureTiles. featureDao
Tile data access objectMethods in mil.nga.geopackage.tiles.features that return FeatureDao Modifier and Type Method Description FeatureDao
FeatureTiles. getFeatureDao()
Get the feature DAOConstructors in mil.nga.geopackage.tiles.features with parameters of type FeatureDao Constructor Description DefaultFeatureTiles(FeatureDao featureDao)
ConstructorDefaultFeatureTiles(FeatureDao featureDao, boolean geodesic)
ConstructorDefaultFeatureTiles(FeatureDao featureDao, float scale)
ConstructorDefaultFeatureTiles(FeatureDao featureDao, float scale, boolean geodesic)
ConstructorDefaultFeatureTiles(FeatureDao featureDao, int width, int height)
ConstructorDefaultFeatureTiles(FeatureDao featureDao, int width, int height, boolean geodesic)
ConstructorDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesDefaultFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeaturePreview(GeoPackage geoPackage, FeatureDao featureDao)
ConstructorFeatureTiles(FeatureDao featureDao)
ConstructorFeatureTiles(FeatureDao featureDao, boolean geodesic)
ConstructorFeatureTiles(FeatureDao featureDao, float scale)
ConstructorFeatureTiles(FeatureDao featureDao, float scale, boolean geodesic)
ConstructorFeatureTiles(FeatureDao featureDao, int width, int height)
ConstructorFeatureTiles(FeatureDao featureDao, int width, int height, boolean geodesic)
ConstructorFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, float scale, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tablesFeatureTiles(GeoPackage geoPackage, FeatureDao featureDao, int width, int height, boolean geodesic)
Constructor, auto creates the index manager for indexed tables and feature styles for styled tables
-