Class RTreeIndexTableRow
- 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.rtree.RTreeIndexTableRow
-
public class RTreeIndexTableRow extends UserCustomRow
RTree Index Table Row containing the values from a single result set row- Since:
- 3.1.0
- Author:
- osbornb
-
-
Field Summary
-
Fields inherited from class mil.nga.geopackage.user.UserCoreRow
columns, columnTypes, table, values
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
Get the IDdouble
getMaxX()
Get the max xdouble
getMaxY()
Get the max ydouble
getMinX()
Get the min xdouble
getMinY()
Get the min y-
Methods inherited from class mil.nga.geopackage.user.custom.UserCustomRow
copy, 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, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getTable, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setId, setValue, setValue, validateValue
-
-
-
-
Method Detail
-
getId
public long getId()
Get the ID- Overrides:
getId
in classUserCoreRow<UserCustomColumn,UserCustomTable>
- Returns:
- ID
-
getMinX
public double getMinX()
Get the min x- Returns:
- min x
-
getMaxX
public double getMaxX()
Get the max x- Returns:
- max x
-
getMinY
public double getMinY()
Get the min y- Returns:
- min y
-
getMaxY
public double getMaxY()
Get the max y- Returns:
- max y
-
-