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.geopackage
Methods in mil.nga.geopackage that return AttributesTable Modifier and Type Method Description AttributesTable
GeoPackageCore. createAttributesTable(AttributesTableMetadata metadata)
Create a new attributes table with GeoPackage metadata including: user attributes table and contents row.AttributesTable
GeoPackageCoreImpl. 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 void
GeoPackageCore. createAttributesTable(AttributesTable table)
Create a new attributes tablevoid
GeoPackageCoreImpl. createAttributesTable(AttributesTable table)
Create a new attributes table -
Uses of AttributesTable in mil.nga.geopackage.attributes
Methods in mil.nga.geopackage.attributes that return AttributesTable Modifier and Type Method Description AttributesTable
AttributesTable. copy()
Copy the tableprotected AttributesTable
AttributesTableReader. 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 AttributesTableMetadata
AttributesTableMetadata. create(AttributesTable table)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. 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.style
Subclasses of AttributesTable in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description class
StyleTable
Style 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.related
Methods in mil.nga.geopackage.extension.related with parameters of type AttributesTable Modifier and Type Method Description ExtendedRelation
RelatedTablesCoreExtension. addAttributesRelationship(String baseTableName, AttributesTable attributesTable, String mappingTableName)
Adds an attributes relationship between the base table and user attributes related table.ExtendedRelation
RelatedTablesCoreExtension. addAttributesRelationship(String baseTableName, AttributesTable attributesTable, UserMappingTable userMappingTable)
Adds an attributes relationship between the base table and user attributes related table.
-