Package org.wololo.flatgeobuf
Class PackedRTree.SearchResult
- java.lang.Object
-
- org.wololo.flatgeobuf.PackedRTree.SearchResult
-
- Enclosing class:
- PackedRTree
public static class PackedRTree.SearchResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ArrayList<PackedRTree.SearchHit>hitsintpos
-
Constructor Summary
Constructors Constructor Description SearchResult()
-
-
-
Field Detail
-
hits
public ArrayList<PackedRTree.SearchHit> hits
-
pos
public int pos
-
-