return new List[]{Collections.emptyList(), Collections.emptyList()};
}
if (!this.tracker.getRootNode().getShape().contains(search)) {
// query is partially outside of root mbr; we limit our search to the inside of the root mbr
Envelope r = CacheUtil.convert((Region) this.tracker.getRootNode().getShape());
r = r.intersection(e);
search = CacheUtil.convert(r);
}
List<NodeIdentifier>[] tiles = tracker.findMissingTiles(search);
List<NodeIdentifier> missing_tiles = tiles[0];