Uses of Class
mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Packages that use SimpleAttributesTable Package Description mil.nga.geopackage.extension.related mil.nga.geopackage.extension.related.simple -
-
Uses of SimpleAttributesTable in mil.nga.geopackage.extension.related
Methods in mil.nga.geopackage.extension.related with parameters of type SimpleAttributesTable Modifier and Type Method Description ExtendedRelation
RelatedTablesCoreExtension. addSimpleAttributesRelationship(String baseTableName, SimpleAttributesTable simpleAttributesTable, String mappingTableName)
Adds a simple attributes relationship between the base table and user simple attributes related table.ExtendedRelation
RelatedTablesCoreExtension. addSimpleAttributesRelationship(String baseTableName, SimpleAttributesTable simpleAttributesTable, UserMappingTable userMappingTable)
Adds a simple attributes relationship between the base table and user simple attributes related table. -
Uses of SimpleAttributesTable in mil.nga.geopackage.extension.related.simple
Methods in mil.nga.geopackage.extension.related.simple that return SimpleAttributesTable Modifier and Type Method Description static SimpleAttributesTable
SimpleAttributesTable. create(SimpleAttributesTableMetadata metadata)
Create a simple attributes table with the metadata
-