Uses of Class
mil.nga.geopackage.contents.Contents
-
-
Uses of Contents in mil.nga.geopackage
Methods in mil.nga.geopackage that return Contents Modifier and Type Method Description protected ContentsGeoPackageCoreImpl. copyContents(String tableName, String newTableName)Copy the contentsprotected ContentsGeoPackageCoreImpl. copyUserTable(String tableName, String newTableName, boolean transferContent)Copy the user tableprotected ContentsGeoPackageCoreImpl. copyUserTable(String tableName, String newTableName, boolean transferContent, boolean validateContents)Copy the user tableContentsGeoPackageCore. getTableContents(String table)Get the contents of the user tableContentsGeoPackageCoreImpl. getTableContents(String table)Get the contents of the user tableMethods in mil.nga.geopackage that return types with arguments of type Contents Modifier and Type Method Description List<Contents>GeoPackageCore. getTypeContents(String type)Get the contents for the data typeList<Contents>GeoPackageCore. getTypeContents(String... types)Get the contents for the data typesList<Contents>GeoPackageCore. getTypeContents(ContentsDataType type)Get the contents for the data typeList<Contents>GeoPackageCore. getTypeContents(ContentsDataType... types)Get the contents for the data typesList<Contents>GeoPackageCoreImpl. getTypeContents(String type)Get the contents for the data typeList<Contents>GeoPackageCoreImpl. getTypeContents(String... types)Get the contents for the data typesList<Contents>GeoPackageCoreImpl. getTypeContents(ContentsDataType type)Get the contents for the data typeList<Contents>GeoPackageCoreImpl. getTypeContents(ContentsDataType... types)Get the contents for the data types -
Uses of Contents in mil.nga.geopackage.attributes
Methods in mil.nga.geopackage.attributes with parameters of type Contents Modifier and Type Method Description protected voidAttributesTable. validateContents(Contents contents)Validate that the set contents are valid -
Uses of Contents in mil.nga.geopackage.contents
Methods in mil.nga.geopackage.contents that return Contents Modifier and Type Method Description ContentsContentsDao. createIfNotExists(Contents contents)ContentsContentsDao. queryForId(String id)Methods in mil.nga.geopackage.contents that return types with arguments of type Contents Modifier and Type Method Description List<Contents>ContentsDao. getContents(String dataType)Get contents by data typeList<Contents>ContentsDao. getContents(String... dataTypes)Get contents by data typesList<Contents>ContentsDao. getContents(ContentsDataType dataType)Get contents by data typeList<Contents>ContentsDao. getContents(ContentsDataType... dataTypes)Get contents by data typesMethods in mil.nga.geopackage.contents with parameters of type Contents Modifier and Type Method Description intContentsDao. create(Contents contents)ContentsContentsDao. createIfNotExists(Contents contents)Dao.CreateOrUpdateStatusContentsDao. createOrUpdate(Contents contents)intContentsDao. deleteCascade(Contents contents)Delete the Contents, cascadingintContentsDao. deleteCascade(Contents contents, boolean userTable)Delete the Contents, cascading optionally including the user tableMethod parameters in mil.nga.geopackage.contents with type arguments of type Contents Modifier and Type Method Description intContentsDao. deleteCascade(PreparedQuery<Contents> preparedDelete)Delete the Contents matching the prepared query, cascadingintContentsDao. deleteCascade(PreparedQuery<Contents> preparedDelete, boolean userTable)Delete the Contents matching the prepared query, cascading optionally including the user tableintContentsDao. deleteCascade(Collection<Contents> contentsCollection)Delete the collection of Contents, cascadingintContentsDao. deleteCascade(Collection<Contents> contentsCollection, boolean userTable)Delete the collection of Contents, cascading optionally including the user tableConstructors in mil.nga.geopackage.contents with parameters of type Contents Constructor Description Contents(Contents contents)Copy ConstructorConstructor parameters in mil.nga.geopackage.contents with type arguments of type Contents Constructor Description ContentsDao(ConnectionSource connectionSource, Class<Contents> dataClass)Constructor, required by ORMLite -
Uses of Contents in mil.nga.geopackage.extension.coverage
Methods in mil.nga.geopackage.extension.coverage that return Contents Modifier and Type Method Description ContentsGriddedTile. getContents()Get the contentsMethods in mil.nga.geopackage.extension.coverage with parameters of type Contents Modifier and Type Method Description intGriddedTileDao. delete(Contents contents)Delete by contentsList<GriddedTile>GriddedTileDao. query(Contents contents)Query by contentsvoidGriddedTile. setContents(Contents contents)Set the contents -
Uses of Contents in mil.nga.geopackage.extension.nga.contents
Methods in mil.nga.geopackage.extension.nga.contents that return Contents Modifier and Type Method Description ContentsContentsId. getContents()Get the contentsMethods in mil.nga.geopackage.extension.nga.contents with parameters of type Contents Modifier and Type Method Description ContentsIdContentsIdExtension. create(Contents contents)Create a contents idlongContentsIdExtension. createId(Contents contents)Create a contents idbooleanContentsIdExtension. delete(Contents contents)Delete the contents id for the contentsContentsIdContentsIdExtension. get(Contents contents)Get the contents id objectLongContentsIdExtension. getId(Contents contents)Get the contents idContentsIdContentsIdExtension. getOrCreate(Contents contents)Get or create a contents idlongContentsIdExtension. getOrCreateId(Contents contents)Get or create a contents idvoidContentsId. setContents(Contents contents)Set the contents -
Uses of Contents in mil.nga.geopackage.extension.related
Methods in mil.nga.geopackage.extension.related with parameters of type Contents Modifier and Type Method Description protected voidUserRelatedTable. validateContents(Contents contents)Validate that the set contents are valid -
Uses of Contents in mil.nga.geopackage.extension.schema.columns
Methods in mil.nga.geopackage.extension.schema.columns that return Contents Modifier and Type Method Description ContentsDataColumns. getContents()Methods in mil.nga.geopackage.extension.schema.columns with parameters of type Contents Modifier and Type Method Description voidDataColumns. setContents(Contents contents) -
Uses of Contents in mil.nga.geopackage.features.columns
Methods in mil.nga.geopackage.features.columns that return Contents Modifier and Type Method Description ContentsGeometryColumns. getContents()Get the contentsContentsGeometryColumnsSfSql. getContents()ContentsGeometryColumnsSqlMm. getContents()Methods in mil.nga.geopackage.features.columns with parameters of type Contents Modifier and Type Method Description voidGeometryColumns. setContents(Contents contents)Set the contentsvoidGeometryColumnsSfSql. setContents(Contents contents)voidGeometryColumnsSqlMm. setContents(Contents contents) -
Uses of Contents in mil.nga.geopackage.features.user
Methods in mil.nga.geopackage.features.user with parameters of type Contents Modifier and Type Method Description protected voidFeatureTable. validateContents(Contents contents)Validate that the set contents are valid -
Uses of Contents in mil.nga.geopackage.srs
Methods in mil.nga.geopackage.srs that return types with arguments of type Contents Modifier and Type Method Description ForeignCollection<Contents>SpatialReferenceSystem. getContents()Get the contents -
Uses of Contents in mil.nga.geopackage.tiles.matrix
Methods in mil.nga.geopackage.tiles.matrix that return Contents Modifier and Type Method Description ContentsTileMatrix. getContents()Methods in mil.nga.geopackage.tiles.matrix with parameters of type Contents Modifier and Type Method Description voidTileMatrix. setContents(Contents contents) -
Uses of Contents in mil.nga.geopackage.tiles.matrixset
Methods in mil.nga.geopackage.tiles.matrixset that return Contents Modifier and Type Method Description ContentsTileMatrixSet. getContents()Methods in mil.nga.geopackage.tiles.matrixset with parameters of type Contents Modifier and Type Method Description voidTileMatrixSet. setContents(Contents contents) -
Uses of Contents in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user with parameters of type Contents Modifier and Type Method Description protected voidTileTable. validateContents(Contents contents)Validate that the set contents are valid -
Uses of Contents in mil.nga.geopackage.user
Methods in mil.nga.geopackage.user that return Contents Modifier and Type Method Description ContentsUserCoreDao. getContents()Get the contentsContentsUserTable. getContents()Get the contentsMethods in mil.nga.geopackage.user with parameters of type Contents Modifier and Type Method Description voidUserTable. setContents(Contents contents)Set the contentsprotected voidUserTable. validateContents(Contents contents)Validate that the set contents are valid
-