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
public class AttributesRow extends UserRow<AttributesColumn,AttributesTable>
Attributes Row containing the values from a single result set row- Since:
- 1.2.1
- Author:
- osbornb
-
-
Field Summary
-
Fields inherited from class mil.nga.geopackage.user.UserCoreRow
columns, columnTypes, table, values
-
-
Constructor Summary
Constructors Modifier Constructor Description AttributesRow(AttributesRow attributesRow)
Copy Constructorprotected
AttributesRow(AttributesTable table)
Constructor to create an empty row
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributesRow
copy()
Copy the rowAttributesColumns
getColumns()
-
Methods inherited from class mil.nga.geopackage.user.UserRow
columnToContentValue, 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 Detail
-
AttributesRow
protected AttributesRow(AttributesTable table)
Constructor to create an empty row- Parameters:
table
- attributes table
-
AttributesRow
public AttributesRow(AttributesRow attributesRow)
Copy Constructor- Parameters:
attributesRow
- attributes row to copy- Since:
- 1.3.0
-
-
Method Detail
-
getColumns
public AttributesColumns getColumns()
- Overrides:
getColumns
in classUserCoreRow<AttributesColumn,AttributesTable>
-
copy
public AttributesRow copy()
Copy the row- Returns:
- row copy
- Since:
- 3.0.1
-
-