| Package | Description |
|---|---|
| mil.nga.geopackage.extension.contents |
| Modifier and Type | Method and Description |
|---|---|
ContentsId |
ContentsIdExtension.create(Contents contents)
Create a contents id
|
ContentsId |
ContentsIdExtension.create(String tableName)
Create a contents id
|
ContentsId |
ContentsIdExtension.get(Contents contents)
Get the contents id object
|
ContentsId |
ContentsIdExtension.get(String tableName)
Get the contents id object
|
ContentsId |
ContentsIdExtension.getOrCreate(Contents contents)
Get or create a contents id
|
ContentsId |
ContentsIdExtension.getOrCreate(String tableName)
Get or create a contents id
|
ContentsId |
ContentsIdDao.queryForTableName(String tableName)
Query by table name
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentsId> |
ContentsIdExtension.getIds()
Get all contents ids
|
List<ContentsId> |
ContentsIdExtension.getIds(ContentsDataType type)
Get by contents data type
|
List<ContentsId> |
ContentsIdExtension.getIds(String type)
Get by contents data type
|
| Constructor and Description |
|---|
ContentsId(ContentsId contentsId)
Copy Constructor
|
| Constructor and Description |
|---|
ContentsIdDao(ConnectionSource connectionSource,
Class<ContentsId> dataClass)
Constructor, required by ORMLite
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.