A  D  I  R 

A

add(Rectangle, boolean) - Method in interface de .topobyte .jsi .intersectiontester . RectangleIntersectionTester
Mark the specified rectangle as covered.
add(Rectangle, boolean) - Method in class de .topobyte .jsi .intersectiontester . RTreeIntersectionTester
 

D

de.topobyte.jsi.intersectiontester - package de.topobyte.jsi.intersectiontester
 

I

isFree(Rectangle) - Method in interface de .topobyte .jsi .intersectiontester . RectangleIntersectionTester
Query whether the specified region is free.
isFree(Rectangle) - Method in class de .topobyte .jsi .intersectiontester . RTreeIntersectionTester
 

R

RectangleIntersectionTester - Interface in de.topobyte.jsi.intersectiontester
A data structure that stores rectangular regions and can be queried with rectangles.
RTreeIntersectionTester - Class in de.topobyte.jsi.intersectiontester
An implementation of RectangleIntersectionTester based on an RTree.
RTreeIntersectionTester() - Constructor for class de .topobyte .jsi .intersectiontester . RTreeIntersectionTester
Create an intersection tester with an internal RTree that is created using the RTree.RTree(int, int) constructor with arguments 1 and 10 for min and max nodes.
RTreeIntersectionTester(int, int) - Constructor for class de .topobyte .jsi .intersectiontester . RTreeIntersectionTester
Create an intersection tester with an internal RTree that is created using the RTree.RTree(int, int) constructor with the specified values for min and max nodes.
RTreeIntersectionTester(RTree) - Constructor for class de .topobyte .jsi .intersectiontester . RTreeIntersectionTester
Create an intersection tester using the the specified RTree for storing the covered regions.
A  D  I  R