Uses of Class
mil.nga.geopackage.extension.nga.contents.ContentsId
-
Packages that use ContentsId Package Description mil.nga.geopackage.extension.nga.contents -
-
Uses of ContentsId in mil.nga.geopackage.extension.nga.contents
Methods in mil.nga.geopackage.extension.nga.contents that return ContentsId Modifier and Type Method Description ContentsIdContentsIdExtension. create(String tableName)Create a contents idContentsIdContentsIdExtension. create(Contents contents)Create a contents idContentsIdContentsIdExtension. get(String tableName)Get the contents id objectContentsIdContentsIdExtension. get(Contents contents)Get the contents id objectContentsIdContentsIdExtension. getOrCreate(String tableName)Get or create a contents idContentsIdContentsIdExtension. getOrCreate(Contents contents)Get or create a contents idContentsIdContentsIdDao. queryForTableName(String tableName)Query by table nameMethods in mil.nga.geopackage.extension.nga.contents that return types with arguments of type ContentsId Modifier and Type Method Description List<ContentsId>ContentsIdExtension. getIds()Get all contents idsList<ContentsId>ContentsIdExtension. getIds(String type)Get by contents data typeList<ContentsId>ContentsIdExtension. getIds(ContentsDataType type)Get by contents data typeConstructors in mil.nga.geopackage.extension.nga.contents with parameters of type ContentsId Constructor Description ContentsId(ContentsId contentsId)Copy ConstructorConstructor parameters in mil.nga.geopackage.extension.nga.contents with type arguments of type ContentsId Constructor Description ContentsIdDao(ConnectionSource connectionSource, Class<ContentsId> dataClass)Constructor, required by ORMLite
-