Uses of Class
mil.nga.geopackage.attributes.AttributesColumn
- 
Packages that use AttributesColumn Package Description mil.nga.geopackage.attributes mil.nga.geopackage.extension.nga.style 
- 
- 
Uses of AttributesColumn in mil.nga.geopackage.attributesMethods in mil.nga.geopackage.attributes that return AttributesColumn Modifier and Type Method Description AttributesColumnAttributesColumn. copy()Copy the columnstatic AttributesColumnAttributesColumn. createColumn(int index, String name, GeoPackageDataType type)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull, Object defaultValue)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(int index, String name, GeoPackageDataType type, Long max)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(int index, String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(String name, GeoPackageDataType type)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(String name, GeoPackageDataType type, boolean notNull)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(String name, GeoPackageDataType type, boolean notNull, Object defaultValue)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(String name, GeoPackageDataType type, Long max)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)Create a new columnstatic AttributesColumnAttributesColumn. createColumn(TableColumn tableColumn)Create a new columnprotected AttributesColumnAttributesTableReader. createColumn(TableColumn tableColumn)Create the columnstatic AttributesColumnAttributesColumn. createPrimaryKeyColumn(int index, String name)Create a new primary key columnstatic AttributesColumnAttributesColumn. createPrimaryKeyColumn(int index, String name, boolean autoincrement)Create a new primary key columnstatic AttributesColumnAttributesColumn. createPrimaryKeyColumn(String name)Create a new primary key columnstatic AttributesColumnAttributesColumn. createPrimaryKeyColumn(String name, boolean autoincrement)Create a new primary key columnMethods in mil.nga.geopackage.attributes that return types with arguments of type AttributesColumn Modifier and Type Method Description List<AttributesColumn>AttributesTableMetadata. buildColumns()Build the table columnsMethod parameters in mil.nga.geopackage.attributes with type arguments of type AttributesColumn Modifier and Type Method Description static AttributesTableMetadataAttributesTableMetadata. create(String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns)Constructorstatic AttributesTableMetadataAttributesTableMetadata. create(String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)Constructorstatic AttributesTableMetadataAttributesTableMetadata. create(String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns)Constructorstatic AttributesTableMetadataAttributesTableMetadata. create(String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)Constructorstatic AttributesTableMetadataAttributesTableMetadata. create(String tableName, String idColumnName, List<AttributesColumn> additionalColumns)Constructorstatic AttributesTableMetadataAttributesTableMetadata. create(String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)Constructorstatic AttributesTableMetadataAttributesTableMetadata. create(String tableName, List<AttributesColumn> additionalColumns)Constructorstatic AttributesTableMetadataAttributesTableMetadata. create(String tableName, List<AttributesColumn> additionalColumns, Constraints constraints)Constructorprotected AttributesTableAttributesTableReader. createTable(String tableName, List<AttributesColumn> columnList)Create the tablestatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, List<AttributesColumn> additionalColumns)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, List<AttributesColumn> additionalColumns)Create metadatastatic AttributesTableMetadataAttributesTableMetadata. createTyped(String dataType, String tableName, List<AttributesColumn> additionalColumns, Constraints constraints)Create metadataAttributesColumnsAttributesTable. createUserColumns(List<AttributesColumn> columns)Create user columns for a subset of table columnsConstructors in mil.nga.geopackage.attributes with parameters of type AttributesColumn Constructor Description AttributesColumn(AttributesColumn attributesColumn)Copy ConstructorConstructor parameters in mil.nga.geopackage.attributes with type arguments of type AttributesColumn Constructor Description AttributesColumns(String tableName, List<AttributesColumn> columns)ConstructorAttributesColumns(String tableName, List<AttributesColumn> columns, boolean custom)ConstructorAttributesTable(String tableName, List<AttributesColumn> columns)ConstructorAttributesTableMetadata(String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)ConstructorAttributesTableMetadata(String dataType, String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)ConstructorAttributesTableMetadata(String dataType, String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)ConstructorAttributesTableMetadata(String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)ConstructorAttributesTableMetadata(String dataType, String tableName, List<AttributesColumn> columns, Constraints constraints, boolean extra)ConstructorAttributesTableMetadata(String tableName, List<AttributesColumn> columns, Constraints constraints)Constructor
- 
Uses of AttributesColumn in mil.nga.geopackage.extension.nga.styleMethods in mil.nga.geopackage.extension.nga.style that return AttributesColumn Modifier and Type Method Description AttributesColumnStyleTable. getColorColumn()Get the color columnAttributesColumnStyleTable. getDescriptionColumn()Get the description columnAttributesColumnStyleTable. getFillColorColumn()Get the fill color columnAttributesColumnStyleTable. getFillOpacityColumn()Get the fill opacity columnAttributesColumnStyleTable. getNameColumn()Get the name columnAttributesColumnStyleTable. getOpacityColumn()Get the opacity columnAttributesColumnStyleTable. getWidthColumn()Get the width column
 
-