public class IssueSpatialIndex
extends java.lang.Object
Constructor and Description |
---|
IssueSpatialIndex()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
add(AbstractSpatialIssue h)
Add a hole to the index
|
java.util.Set<AbstractSpatialIssue> |
find(long start,
long end)
find holes
|
void |
remove(AbstractSpatialIssue h)
Remove a hole from the spatial index
|
public void add(AbstractSpatialIssue h)
h
- public void remove(AbstractSpatialIssue h)
h
- public java.util.Set<AbstractSpatialIssue> find(long start, long end)
start
- end
-