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 Contents
GeoPackageCoreImpl. copyContents(String tableName, String newTableName)
Copy the contentsprotected Contents
GeoPackageCoreImpl. copyUserTable(String tableName, String newTableName, boolean transferContent)
Copy the user tableprotected Contents
GeoPackageCoreImpl. copyUserTable(String tableName, String newTableName, boolean transferContent, boolean validateContents)
Copy the user tableContents
GeoPackageCore. getTableContents(String table)
Get the contents of the user tableContents
GeoPackageCoreImpl. 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 void
AttributesTable. 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 Contents
ContentsDao. createIfNotExists(Contents contents)
Contents
ContentsDao. 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 int
ContentsDao. create(Contents contents)
Contents
ContentsDao. createIfNotExists(Contents contents)
Dao.CreateOrUpdateStatus
ContentsDao. createOrUpdate(Contents contents)
int
ContentsDao. deleteCascade(Contents contents)
Delete the Contents, cascadingint
ContentsDao. 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 int
ContentsDao. deleteCascade(PreparedQuery<Contents> preparedDelete)
Delete the Contents matching the prepared query, cascadingint
ContentsDao. deleteCascade(PreparedQuery<Contents> preparedDelete, boolean userTable)
Delete the Contents matching the prepared query, cascading optionally including the user tableint
ContentsDao. deleteCascade(Collection<Contents> contentsCollection)
Delete the collection of Contents, cascadingint
ContentsDao. 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 Contents
GriddedTile. getContents()
Get the contentsMethods in mil.nga.geopackage.extension.coverage with parameters of type Contents Modifier and Type Method Description int
GriddedTileDao. delete(Contents contents)
Delete by contentsList<GriddedTile>
GriddedTileDao. query(Contents contents)
Query by contentsvoid
GriddedTile. 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 Contents
ContentsId. getContents()
Get the contentsMethods in mil.nga.geopackage.extension.nga.contents with parameters of type Contents Modifier and Type Method Description ContentsId
ContentsIdExtension. create(Contents contents)
Create a contents idlong
ContentsIdExtension. createId(Contents contents)
Create a contents idboolean
ContentsIdExtension. delete(Contents contents)
Delete the contents id for the contentsContentsId
ContentsIdExtension. get(Contents contents)
Get the contents id objectLong
ContentsIdExtension. getId(Contents contents)
Get the contents idContentsId
ContentsIdExtension. getOrCreate(Contents contents)
Get or create a contents idlong
ContentsIdExtension. getOrCreateId(Contents contents)
Get or create a contents idvoid
ContentsId. 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 void
UserRelatedTable. 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 Contents
DataColumns. getContents()
Methods in mil.nga.geopackage.extension.schema.columns with parameters of type Contents Modifier and Type Method Description void
DataColumns. 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 Contents
GeometryColumns. getContents()
Get the contentsContents
GeometryColumnsSfSql. getContents()
Contents
GeometryColumnsSqlMm. getContents()
Methods in mil.nga.geopackage.features.columns with parameters of type Contents Modifier and Type Method Description void
GeometryColumns. setContents(Contents contents)
Set the contentsvoid
GeometryColumnsSfSql. setContents(Contents contents)
void
GeometryColumnsSqlMm. 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 void
FeatureTable. 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 Contents
TileMatrix. getContents()
Methods in mil.nga.geopackage.tiles.matrix with parameters of type Contents Modifier and Type Method Description void
TileMatrix. 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 Contents
TileMatrixSet. getContents()
Methods in mil.nga.geopackage.tiles.matrixset with parameters of type Contents Modifier and Type Method Description void
TileMatrixSet. 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 void
TileTable. 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 Contents
UserCoreDao. getContents()
Get the contentsContents
UserTable. getContents()
Get the contentsMethods in mil.nga.geopackage.user with parameters of type Contents Modifier and Type Method Description void
UserTable. setContents(Contents contents)
Set the contentsprotected void
UserTable. validateContents(Contents contents)
Validate that the set contents are valid
-