Package mil.nga.geopackage.attributes
Class AttributesRow
java.lang.Object
mil.nga.geopackage.user.UserCoreRow<TColumn,TTable>
mil.nga.geopackage.user.UserRow<AttributesColumn,AttributesTable>
mil.nga.geopackage.attributes.AttributesRow
- Direct Known Subclasses:
StyleRow
Attributes Row containing the values from a single cursor row
- Since:
- 1.3.1
-
Field Summary
Fields inherited from class mil.nga.geopackage.user.UserCoreRow
columns, columnTypes, table, values
-
Constructor Summary
ModifierConstructorDescriptionAttributesRow
(AttributesRow attributesRow) Copy Constructorprotected
AttributesRow
(AttributesTable table) Constructor to create an empty row -
Method Summary
Methods inherited from class mil.nga.geopackage.user.UserRow
columnToContentValue, isValid, setValid, toContentValues, toContentValues
Methods inherited from class mil.nga.geopackage.user.UserCoreRow
columnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getId, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getTable, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setId, setValue, setValue, validateValue
-
Constructor Details
-
AttributesRow
Constructor to create an empty row- Parameters:
table
- attributes table
-
AttributesRow
Copy Constructor- Parameters:
attributesRow
- attributes row to copy- Since:
- 1.4.0
-
-
Method Details
-
getColumns
- Overrides:
getColumns
in classUserCoreRow<AttributesColumn,
AttributesTable>
-
copy
Copy the row- Returns:
- row copy
- Since:
- 3.0.1
-