Uses of Class
mil.nga.geopackage.user.custom.UserCustomColumn
-
-
Uses of UserCustomColumn in mil.nga.geopackage.db
Methods in mil.nga.geopackage.db with parameters of type UserCustomColumn Modifier and Type Method Description static <T extends UserColumn>
voidAlterTable. alterColumn(GeoPackageCoreConnection db, String tableName, UserCustomColumn column)Alter a columnMethod parameters in mil.nga.geopackage.db with type arguments of type UserCustomColumn Modifier and Type Method Description static <T extends UserColumn>
voidAlterTable. alterColumns(GeoPackageCoreConnection db, String tableName, Collection<UserCustomColumn> columns)Alter columns -
Uses of UserCustomColumn in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return UserCustomColumn Modifier and Type Method Description UserCustomColumnIconTable. getAnchorUColumn()Get the anchor u columnUserCustomColumnIconTable. getAnchorVColumn()Get the anchor v columnUserCustomColumnIconTable. getDescriptionColumn()Get the description columnUserCustomColumnStyleMappingTable. getGeometryTypeNameColumn()Get the geometry type name columnUserCustomColumnIconTable. getHeightColumn()Get the height columnUserCustomColumnIconTable. getNameColumn()Get the name columnUserCustomColumnIconTable. getWidthColumn()Get the width column -
Uses of UserCustomColumn in mil.nga.geopackage.extension.related
Methods in mil.nga.geopackage.extension.related that return UserCustomColumn Modifier and Type Method Description static UserCustomColumnUserMappingTable. createBaseIdColumn()Create a base id columnstatic UserCustomColumnUserMappingTable. createBaseIdColumn(int index)Create a base id columnstatic UserCustomColumnUserMappingTable. createRelatedIdColumn()Create a related id columnstatic UserCustomColumnUserMappingTable. createRelatedIdColumn(int index)Create a related id columnUserCustomColumnUserMappingTable. getBaseIdColumn()Get the base id columnUserCustomColumnUserMappingTable. getRelatedIdColumn()Get the related id columnMethods in mil.nga.geopackage.extension.related that return types with arguments of type UserCustomColumn Modifier and Type Method Description static List<UserCustomColumn>UserMappingTable. createRequiredColumns()Create the required table columnsstatic List<UserCustomColumn>UserMappingTable. createRequiredColumns(int startingIndex)Create the required table columns, starting at the provided indexMethod parameters in mil.nga.geopackage.extension.related with type arguments of type UserCustomColumn Modifier and Type Method Description static UserMappingTableUserMappingTable. create(String tableName, List<UserCustomColumn> additionalColumns)Create a user mapping table with the minimum required columns followed by the additional columnsConstructor parameters in mil.nga.geopackage.extension.related with type arguments of type UserCustomColumn Constructor Description UserMappingTable(String tableName, List<UserCustomColumn> columns)ConstructorUserRelatedTable(String tableName, String relationName, String dataType, List<UserCustomColumn> columns)ConstructorUserRelatedTable(String tableName, String relationName, String dataType, List<UserCustomColumn> columns, Collection<String> requiredColumns)Constructor -
Uses of UserCustomColumn in mil.nga.geopackage.extension.related.media
Methods in mil.nga.geopackage.extension.related.media that return UserCustomColumn Modifier and Type Method Description static UserCustomColumnMediaTable. createContentTypeColumn()Create a content type columnstatic UserCustomColumnMediaTable. createContentTypeColumn(int index)Create a content type columnstatic UserCustomColumnMediaTable. createDataColumn()Create a data columnstatic UserCustomColumnMediaTable. createDataColumn(int index)Create a data columnstatic UserCustomColumnMediaTable. createIdColumn(int index, String idColumnName)Create the primary key id columnstatic UserCustomColumnMediaTable. createIdColumn(int index, String idColumnName, boolean autoincrement)Create the primary key id columnstatic UserCustomColumnMediaTable. createIdColumn(String idColumnName)Create the primary key id columnstatic UserCustomColumnMediaTable. createIdColumn(String idColumnName, boolean autoincrement)Create the primary key id columnUserCustomColumnMediaTable. getContentTypeColumn()Get the content type columnUserCustomColumnMediaTable. getDataColumn()Get the data columnUserCustomColumnMediaTable. getIdColumn()Get the id columnMethods in mil.nga.geopackage.extension.related.media that return types with arguments of type UserCustomColumn Modifier and Type Method Description List<UserCustomColumn>MediaTableMetadata. buildColumns()Build the table columnsstatic List<UserCustomColumn>MediaTable. createRequiredColumns()Create the required table columnsstatic List<UserCustomColumn>MediaTable. createRequiredColumns(boolean autoincrement)Create the required table columnsstatic List<UserCustomColumn>MediaTable. createRequiredColumns(int startingIndex)Create the required table columns, starting at the provided indexstatic List<UserCustomColumn>MediaTable. createRequiredColumns(int startingIndex, boolean autoincrement)Create the required table columns, starting at the provided indexstatic List<UserCustomColumn>MediaTable. createRequiredColumns(int startingIndex, String idColumnName)Create the required table columns with id column name, starting at the provided indexstatic List<UserCustomColumn>MediaTable. createRequiredColumns(int startingIndex, String idColumnName, boolean autoincrement)Create the required table columns with id column name, starting at the provided indexstatic List<UserCustomColumn>MediaTable. createRequiredColumns(String idColumnName)Create the required table columns with the id column namestatic List<UserCustomColumn>MediaTable. createRequiredColumns(String idColumnName, boolean autoincrement)Create the required table columns with the id column nameMethod parameters in mil.nga.geopackage.extension.related.media with type arguments of type UserCustomColumn Modifier and Type Method Description static MediaTableMetadataMediaTableMetadata. create(String tableName, boolean autoincrement, List<UserCustomColumn> additionalColumns)Create metadatastatic MediaTableMetadataMediaTableMetadata. create(String tableName, String idColumnName, boolean autoincrement, List<UserCustomColumn> additionalColumns)Create metadatastatic MediaTableMetadataMediaTableMetadata. create(String tableName, String idColumnName, List<UserCustomColumn> additionalColumns)Create metadatastatic MediaTableMetadataMediaTableMetadata. create(String tableName, List<UserCustomColumn> additionalColumns)Create metadataConstructor parameters in mil.nga.geopackage.extension.related.media with type arguments of type UserCustomColumn Constructor Description MediaTable(String tableName, List<UserCustomColumn> columns)ConstructorMediaTable(String tableName, List<UserCustomColumn> columns, String idColumnName)ConstructorMediaTableMetadata(String tableName, String idColumnName, boolean autoincrement, List<UserCustomColumn> additionalColumns)ConstructorMediaTableMetadata(String tableName, String idColumnName, List<UserCustomColumn> additionalColumns)Constructor -
Uses of UserCustomColumn in mil.nga.geopackage.extension.related.simple
Methods in mil.nga.geopackage.extension.related.simple that return UserCustomColumn Modifier and Type Method Description static UserCustomColumnSimpleAttributesTable. createIdColumn(int index, String idColumnName)Create the primary key id columnstatic UserCustomColumnSimpleAttributesTable. createIdColumn(int index, String idColumnName, boolean autoincrement)Create the primary key id columnstatic UserCustomColumnSimpleAttributesTable. createIdColumn(String idColumnName)Create the primary key id columnstatic UserCustomColumnSimpleAttributesTable. createIdColumn(String idColumnName, boolean autoincrement)Create the primary key id columnUserCustomColumnSimpleAttributesTable. getIdColumn()Get the id columnMethods in mil.nga.geopackage.extension.related.simple that return types with arguments of type UserCustomColumn Modifier and Type Method Description List<UserCustomColumn>SimpleAttributesTableMetadata. buildColumns()Build the table columnsstatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns()Create the required table columnsstatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns(boolean autoincrement)Create the required table columnsstatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns(int startingIndex)Create the required table columns, starting at the provided indexstatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns(int startingIndex, boolean autoincrement)Create the required table columns, starting at the provided indexstatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns(int startingIndex, String idColumnName)Create the required table columns with id column name, starting at the provided indexstatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns(int startingIndex, String idColumnName, boolean autoincrement)Create the required table columns with id column name, starting at the provided indexstatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns(String idColumnName)Create the required table columns with the id column namestatic List<UserCustomColumn>SimpleAttributesTable. createRequiredColumns(String idColumnName, boolean autoincrement)Create the required table columns with the id column nameMethod parameters in mil.nga.geopackage.extension.related.simple with type arguments of type UserCustomColumn Modifier and Type Method Description static SimpleAttributesTableMetadataSimpleAttributesTableMetadata. create(String tableName, boolean autoincrement, List<UserCustomColumn> columns)Create metadatastatic SimpleAttributesTableMetadataSimpleAttributesTableMetadata. create(String tableName, String idColumnName, boolean autoincrement, List<UserCustomColumn> columns)Create metadatastatic SimpleAttributesTableMetadataSimpleAttributesTableMetadata. create(String tableName, String idColumnName, List<UserCustomColumn> columns)Create metadatastatic SimpleAttributesTableMetadataSimpleAttributesTableMetadata. create(String tableName, List<UserCustomColumn> columns)Create metadataConstructor parameters in mil.nga.geopackage.extension.related.simple with type arguments of type UserCustomColumn Constructor Description SimpleAttributesTable(String tableName, List<UserCustomColumn> columns)ConstructorSimpleAttributesTable(String tableName, List<UserCustomColumn> columns, String idColumnName)ConstructorSimpleAttributesTableMetadata(String tableName, String idColumnName, boolean autoincrement, List<UserCustomColumn> columns)ConstructorSimpleAttributesTableMetadata(String tableName, String idColumnName, List<UserCustomColumn> columns)Constructor -
Uses of UserCustomColumn in mil.nga.geopackage.user.custom
Methods in mil.nga.geopackage.user.custom that return UserCustomColumn Modifier and Type Method Description UserCustomColumnUserCustomColumn. copy()Copy the columnstatic UserCustomColumnUserCustomColumn. createColumn(int index, String name, GeoPackageDataType type)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull, Object defaultValue)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(int index, String name, GeoPackageDataType type, Long max)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(int index, String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(String name, GeoPackageDataType type)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(String name, GeoPackageDataType type, boolean notNull)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(String name, GeoPackageDataType type, boolean notNull, Object defaultValue)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(String name, GeoPackageDataType type, Long max)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)Create a new columnstatic UserCustomColumnUserCustomColumn. createColumn(TableColumn tableColumn)Create a new columnprotected UserCustomColumnUserCustomTableReader. createColumn(TableColumn tableColumn)Create the columnstatic UserCustomColumnUserCustomColumn. createPrimaryKeyColumn(int index, String name)Create a new primary key columnstatic UserCustomColumnUserCustomColumn. createPrimaryKeyColumn(int index, String name, boolean autoincrement)Create a new primary key columnstatic UserCustomColumnUserCustomColumn. createPrimaryKeyColumn(String name)Create a new primary key columnstatic UserCustomColumnUserCustomColumn. createPrimaryKeyColumn(String name, boolean autoincrement)Create a new primary key columnMethod parameters in mil.nga.geopackage.user.custom with type arguments of type UserCustomColumn Modifier and Type Method Description protected UserCustomTableUserCustomTableReader. createTable(String tableName, List<UserCustomColumn> columnList)Create the tableUserCustomColumnsUserCustomTable. createUserColumns(List<UserCustomColumn> columns)Create user columns for a subset of table columnsConstructors in mil.nga.geopackage.user.custom with parameters of type UserCustomColumn Constructor Description UserCustomColumn(UserCustomColumn userCustomColumn)Copy ConstructorConstructor parameters in mil.nga.geopackage.user.custom with type arguments of type UserCustomColumn Constructor Description UserCustomColumns(String tableName, List<UserCustomColumn> columns)ConstructorUserCustomColumns(String tableName, List<UserCustomColumn> columns, boolean custom)ConstructorUserCustomColumns(String tableName, List<UserCustomColumn> columns, Collection<String> requiredColumns)ConstructorUserCustomColumns(String tableName, List<UserCustomColumn> columns, Collection<String> requiredColumns, boolean custom)ConstructorUserCustomTable(String tableName, List<UserCustomColumn> columns)ConstructorUserCustomTable(String tableName, List<UserCustomColumn> columns, Collection<String> requiredColumns)Constructor
-