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.attributes
Methods in mil.nga.geopackage.attributes that return AttributesColumn Modifier and Type Method Description AttributesColumn
AttributesColumn. copy()
Copy the columnstatic AttributesColumn
AttributesColumn. createColumn(int index, String name, GeoPackageDataType type)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull, Object defaultValue)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(int index, String name, GeoPackageDataType type, Long max)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(int index, String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(String name, GeoPackageDataType type)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(String name, GeoPackageDataType type, boolean notNull)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(String name, GeoPackageDataType type, boolean notNull, Object defaultValue)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(String name, GeoPackageDataType type, Long max)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)
Create a new columnstatic AttributesColumn
AttributesColumn. createColumn(TableColumn tableColumn)
Create a new columnprotected AttributesColumn
AttributesTableReader. createColumn(TableColumn tableColumn)
Create the columnstatic AttributesColumn
AttributesColumn. createPrimaryKeyColumn(int index, String name)
Create a new primary key columnstatic AttributesColumn
AttributesColumn. createPrimaryKeyColumn(int index, String name, boolean autoincrement)
Create a new primary key columnstatic AttributesColumn
AttributesColumn. createPrimaryKeyColumn(String name)
Create a new primary key columnstatic AttributesColumn
AttributesColumn. 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 AttributesTableMetadata
AttributesTableMetadata. create(String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, String idColumnName, List<AttributesColumn> additionalColumns)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, List<AttributesColumn> additionalColumns)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorprotected AttributesTable
AttributesTableReader. createTable(String tableName, List<AttributesColumn> columnList)
Create the tablestatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, List<AttributesColumn> additionalColumns)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, List<AttributesColumn> additionalColumns)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadataAttributesColumns
AttributesTable. 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.style
Methods in mil.nga.geopackage.extension.nga.style that return AttributesColumn Modifier and Type Method Description AttributesColumn
StyleTable. getColorColumn()
Get the color columnAttributesColumn
StyleTable. getDescriptionColumn()
Get the description columnAttributesColumn
StyleTable. getFillColorColumn()
Get the fill color columnAttributesColumn
StyleTable. getFillOpacityColumn()
Get the fill opacity columnAttributesColumn
StyleTable. getNameColumn()
Get the name columnAttributesColumn
StyleTable. getOpacityColumn()
Get the opacity columnAttributesColumn
StyleTable. getWidthColumn()
Get the width column
-