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
RTree Index Table Row containing the values from a single cursor row
- Since:
- 3.1.0
-
Field Summary
Fields inherited from class mil.nga.geopackage.user.UserCoreRow
columns, columnTypes, table, values
-
Method Summary
Methods inherited from class mil.nga.geopackage.user.custom.UserCustomRow
copy, 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, getTable, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setId, setValue, setValue, validateValue
-
Method Details
-
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
-