Class GeometryIndexKey


  • public class GeometryIndexKey
    extends Object
    Geometry Index Complex Primary Key including table and column name
    Since:
    1.1.0
    Author:
    osbornb
    • Constructor Detail

      • GeometryIndexKey

        public GeometryIndexKey​(String tableName,
                                long geomId)
        Constructor
        Parameters:
        tableName - table name
        geomId - 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object