Uses of Class
mil.nga.geopackage.user.custom.UserCustomTable
-
-
Uses of UserCustomTable in mil.nga.geopackage.extension.nga.style
Subclasses of UserCustomTable in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description class
IconTable
Icon Tableclass
StyleMappingTable
Feature Style mapping tableConstructors in mil.nga.geopackage.extension.nga.style with parameters of type UserCustomTable Constructor Description IconTable(UserCustomTable table)
ConstructorStyleMappingTable(UserCustomTable table)
Constructor -
Uses of UserCustomTable in mil.nga.geopackage.extension.related
Subclasses of UserCustomTable in mil.nga.geopackage.extension.related Modifier and Type Class Description class
UserMappingTable
Contains user mapping table factory and utility methodsclass
UserRelatedTable
User Defined Related TableConstructors in mil.nga.geopackage.extension.related with parameters of type UserCustomTable Constructor Description UserMappingTable(UserCustomTable table)
ConstructorUserRelatedTable(String relationName, String dataType, UserCustomTable userCustomTable)
Constructor -
Uses of UserCustomTable in mil.nga.geopackage.extension.related.media
Subclasses of UserCustomTable in mil.nga.geopackage.extension.related.media Modifier and Type Class Description class
MediaTable
Media Requirements Class User-Defined Related Data TableConstructors in mil.nga.geopackage.extension.related.media with parameters of type UserCustomTable Constructor Description MediaTable(UserCustomTable table)
Constructor -
Uses of UserCustomTable in mil.nga.geopackage.extension.related.simple
Subclasses of UserCustomTable in mil.nga.geopackage.extension.related.simple Modifier and Type Class Description class
SimpleAttributesTable
Simple Attributes Requirements Class User-Defined Related Data TableConstructors in mil.nga.geopackage.extension.related.simple with parameters of type UserCustomTable Constructor Description SimpleAttributesTable(UserCustomTable table)
Constructor -
Uses of UserCustomTable in mil.nga.geopackage.extension.rtree
Methods in mil.nga.geopackage.extension.rtree that return UserCustomTable Modifier and Type Method Description protected UserCustomTable
RTreeIndexCoreExtension. getRTreeTable(FeatureTable featureTable)
Get the RTree Table -
Uses of UserCustomTable in mil.nga.geopackage.user.custom
Methods in mil.nga.geopackage.user.custom that return UserCustomTable Modifier and Type Method Description UserCustomTable
UserCustomTable. copy()
Copy the tableprotected UserCustomTable
UserCustomTableReader. createTable(String tableName, List<UserCustomColumn> columnList)
Create the tablestatic UserCustomTable
UserCustomTableReader. readTable(GeoPackageCoreConnection connection, String tableName)
Read the tableConstructors in mil.nga.geopackage.user.custom with parameters of type UserCustomTable Constructor Description UserCustomTable(UserCustomTable userCustomTable)
Copy Constructor
-