Class SimpleAttributesRow
java.lang.Object
mil.nga.geopackage.user.UserCoreRow<UserCustomColumn,UserCustomTable>
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
ConstructorsModifierConstructorDescriptionSimpleAttributesRow(SimpleAttributesRow simpleAttributesRow) Copy ConstructorprotectedConstructor to create an empty rowSimpleAttributesRow(UserCustomRow userCustomRow) Constructor -
Method Summary
Methods inherited from class mil.nga.geopackage.user.custom.UserCustomRow
getColumnsMethods inherited from class mil.nga.geopackage.user.UserRow
columnToContentValue, isValid, setValid, toContentValues, toContentValuesMethods 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:
getTablein 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:
getIdin classUserCoreRow<UserCustomColumn,UserCustomTable> - Returns:
- id
-
copy
Copy the row- Overrides:
copyin classUserCustomRow- Returns:
- row copy
-