Class GeometryIndexKey
- java.lang.Object
-
- mil.nga.geopackage.extension.nga.index.GeometryIndexKey
-
public class GeometryIndexKey extends Object
Geometry Index Complex Primary Key including table and column name- Since:
- 1.1.0
- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description GeometryIndexKey(String tableName, long geomId)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetGeomId()Get the geometry idStringgetTableName()Get the table nameinthashCode()voidsetGeomId(long geomId)Set the geometry idvoidsetTableName(String tableName)Set the table nameStringtoString()
-
-
-
Constructor Detail
-
GeometryIndexKey
public GeometryIndexKey(String tableName, long geomId)
Constructor- Parameters:
tableName- table namegeomId- geom id
-
-
Method Detail
-
getTableName
public String getTableName()
Get the table name- Returns:
- table name
-
setTableName
public void setTableName(String tableName)
Set the table name- Parameters:
tableName- table name
-
getGeomId
public long getGeomId()
Get the geometry id- Returns:
- geom id
-
setGeomId
public void setGeomId(long geomId)
Set the geometry id- Parameters:
geomId- geom id
-
-