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 FeatureDaoGeoPackage. getFeatureDao(String tableName)Get a Feature DAO from a table nameFeatureDaoGeoPackage. getFeatureDao(Contents contents)Get a Feature DAO from ContentsFeatureDaoGeoPackage. getFeatureDao(GeometryColumns geometryColumns)Get a Feature DAO from Geometry ColumnsFeatureDaoGeoPackage. getFeatureDao(FeatureTable table)Get a Feature DAO from a tableFeatureDaoGeoPackageImpl. getFeatureDao(String tableName)Get a Feature DAO from a table nameFeatureDaoGeoPackageImpl. getFeatureDao(Contents contents)Get a Feature DAO from ContentsFeatureDaoGeoPackageImpl. getFeatureDao(GeometryColumns geometryColumns)Get a Feature DAO from Geometry ColumnsFeatureDaoGeoPackageImpl. 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 FeatureDaoRTreeIndexTableDao. getFeatureDao()Get the feature DAOMethods in mil.nga.geopackage.extension.rtree with parameters of type FeatureDao Modifier and Type Method Description RTreeIndexTableDaoRTreeIndexExtension. 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 FeatureDaoOAPIFeatureGenerator. featureDaoFeature DAOMethods in mil.nga.geopackage.features that return FeatureDao Modifier and Type Method Description FeatureDaoOAPIFeatureGenerator. 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 FeatureDaoFeatureIndexManager. getFeatureDao()Get the feature DAOMethods in mil.nga.geopackage.features.index with parameters of type FeatureDao Modifier and Type Method Description static FeaturePaginatedResultsFeatureIndexManager. 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 FeatureDaoFeaturePaginatedResults. getDao()FeatureDaoManualFeatureQuery. getFeatureDao()Get the feature DAOFeatureDaoManualFeatureQueryResults. getFeatureDao()Get the feature DAOMethods in mil.nga.geopackage.features.user with parameters of type FeatureDao Modifier and Type Method Description static FeaturePaginatedResultsFeaturePaginatedResults. 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 FeatureDaoFeatureTiles. featureDaoTile data access objectMethods in mil.nga.geopackage.tiles.features that return FeatureDao Modifier and Type Method Description FeatureDaoFeatureTiles. 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
-