Uses of Class
org.hortonmachine.lesto.modules.vegetation.watershed.WatershedPixel
| Package | Description |
|---|---|
| org.hortonmachine.lesto.modules.vegetation.watershed |
-
Uses of WatershedPixel in org.hortonmachine.lesto.modules.vegetation.watershed
Methods in org.hortonmachine.lesto.modules.vegetation.watershed that return WatershedPixel Modifier and Type Method Description WatershedPixelWatershedFIFO. fifo_remove()WatershedPixelWatershedStructure. get(int i)Methods in org.hortonmachine.lesto.modules.vegetation.watershed that return types with arguments of type WatershedPixel Modifier and Type Method Description java.util.List<WatershedPixel>WatershedPixel. getNeighbours()Methods in org.hortonmachine.lesto.modules.vegetation.watershed with parameters of type WatershedPixel Modifier and Type Method Description voidWatershedPixel. addNeighbour(WatershedPixel neighbour)intWatershedPixel. compareTo(WatershedPixel o)Method to be able to use the Collections.sort static method.voidWatershedFIFO. fifo_add(WatershedPixel p)