Class DBTreeRecord<RS extends BoundedShape<NS>,NS extends BoundingShape<NS>>

Direct Known Subclasses:
DBTreeDataRecord, DBTreeNodeRecord

public abstract class DBTreeRecord<RS extends BoundedShape<NS>,NS extends BoundingShape<NS>> extends DBAnnotatedObject
  • Constructor Details

  • Method Details

    • getShape

      public abstract RS getShape()
    • getBounds

      public abstract NS getBounds()
    • setShape

      public abstract void setShape(RS shape)
    • getParentKey

      public abstract long getParentKey()
    • setParentKey

      public abstract void setParentKey(long parentKey)
    • getDataCount

      protected abstract int getDataCount()
      Get the total number of data entries in this sub-tree For data entries, this is 1.
      Returns:
      the data count