Class RTreeIndexTableRow


public class RTreeIndexTableRow extends UserCustomRow
RTree Index Table Row containing the values from a single cursor row
Since:
3.1.0
  • Method Details

    • getId

      public long getId()
      Get the ID
      Overrides:
      getId in class UserCoreRow<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