Class SimpleAttributesRow
java.lang.Object
mil.nga.geopackage.user.UserCoreRow<TColumn,TTable>
mil.nga.geopackage.user.UserRow<UserCustomColumn,UserCustomTable>
mil.nga.geopackage.user.custom.UserCustomRow
mil.nga.geopackage.extension.related.simple.SimpleAttributesRow
User Simple Attributes Row containing the values from a single cursor row
- Since:
- 3.0.1
-
Field Summary
Fields inherited from class mil.nga.geopackage.user.UserCoreRow
columns, columnTypes, table, values
-
Constructor Summary
ModifierConstructorDescriptionSimpleAttributesRow
(SimpleAttributesRow simpleAttributesRow) Copy Constructorprotected
Constructor to create an empty rowSimpleAttributesRow
(UserCustomRow userCustomRow) Constructor -
Method Summary
Methods inherited from class mil.nga.geopackage.user.custom.UserCustomRow
getColumns
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, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setId, setValue, setValue, validateValue
-
Constructor Details
-
SimpleAttributesRow
Constructor- Parameters:
userCustomRow
- user custom row
-
Method Details
-
getTable
- Overrides:
getTable
in classUserCoreRow<UserCustomColumn,
UserCustomTable>
-
getIdColumnIndex
public int getIdColumnIndex()Get the id column index- Returns:
- id column index
-
getIdColumn
Get the id column- Returns:
- id column
-
getId
public long getId()Get the id- Overrides:
getId
in classUserCoreRow<UserCustomColumn,
UserCustomTable> - Returns:
- id
-
copy
Copy the row- Overrides:
copy
in classUserCustomRow
- Returns:
- row copy
-