Added documentation

This commit is contained in:
misaochan 2016-01-06 19:04:30 +13:00
parent 16606a9121
commit 33ec4e50f3

View file

@ -44,7 +44,7 @@ public class CacheController {
public List findCategory() { public List findCategory() {
//TODO: Convert decLatitude and decLongitude to a range with proper formula, for testing just use 10 //Convert decLatitude and decLongitude to a coordinate offset range
convertCoordRange(); convertCoordRange();
pointsFound = quadTree.searchWithin(xMinus, yMinus, xPlus, yPlus); pointsFound = quadTree.searchWithin(xMinus, yMinus, xPlus, yPlus);
List displayCatList = new ArrayList(); List displayCatList = new ArrayList();