Uses of Class
mil.nga.geopackage.attributes.AttributesTable
- 
Packages that use AttributesTable Package Description mil.nga.geopackage mil.nga.geopackage.attributes mil.nga.geopackage.extension.nga.style mil.nga.geopackage.extension.related 
- 
- 
Uses of AttributesTable in mil.nga.geopackageMethods in mil.nga.geopackage that return AttributesTable Modifier and Type Method Description AttributesTableGeoPackageCore. createAttributesTable(AttributesTableMetadata metadata)Create a new attributes table with GeoPackage metadata including: user attributes table and contents row.AttributesTableGeoPackageCoreImpl. createAttributesTable(AttributesTableMetadata metadata)Create a new attributes table with GeoPackage metadata including: user attributes table and contents row.Methods in mil.nga.geopackage with parameters of type AttributesTable Modifier and Type Method Description voidGeoPackageCore. createAttributesTable(AttributesTable table)Create a new attributes tablevoidGeoPackageCoreImpl. createAttributesTable(AttributesTable table)Create a new attributes table
- 
Uses of AttributesTable in mil.nga.geopackage.attributesMethods in mil.nga.geopackage.attributes that return AttributesTable Modifier and Type Method Description AttributesTableAttributesTable. copy()Copy the tableprotected AttributesTableAttributesTableReader. createTable(String tableName, List<AttributesColumn> columnList)Create the tableMethods in mil.nga.geopackage.attributes with parameters of type AttributesTable Modifier and Type Method Description static AttributesTableMetadataAttributesTableMetadata. create(AttributesTable table)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, AttributesTable table)Create metadataConstructors in mil.nga.geopackage.attributes with parameters of type AttributesTable Constructor Description AttributesTable(AttributesTable attributesTable)Copy Constructor
- 
Uses of AttributesTable in mil.nga.geopackage.extension.nga.styleSubclasses of AttributesTable in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description classStyleTableStyle TableConstructors in mil.nga.geopackage.extension.nga.style with parameters of type AttributesTable Constructor Description StyleTable(AttributesTable attributesTable)Constructor
- 
Uses of AttributesTable in mil.nga.geopackage.extension.relatedMethods in mil.nga.geopackage.extension.related with parameters of type AttributesTable Modifier and Type Method Description ExtendedRelationRelatedTablesCoreExtension. addAttributesRelationship(String baseTableName, AttributesTable attributesTable, String mappingTableName)Adds an attributes relationship between the base table and user attributes related table.ExtendedRelationRelatedTablesCoreExtension. addAttributesRelationship(String baseTableName, AttributesTable attributesTable, UserMappingTable userMappingTable)Adds an attributes relationship between the base table and user attributes related table.
 
-