|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterHelper | |
|---|---|
| com.javadocmd.simplelatlng.window | A package allowing calculations on windows of latitude and longitude. |
| Uses of FilterHelper in com.javadocmd.simplelatlng.window |
|---|
| Methods in com.javadocmd.simplelatlng.window with parameters of type FilterHelper | ||
|---|---|---|
|
LatLngWindow.filter(Collection<E> collection,
FilterHelper<E> helper)
Goes through the given collection removing items whose LatLng point does not fall within this window. |
|
|
LatLngWindow.filterCopy(Collection<E> source,
Collection<E> destination,
FilterHelper<E> helper)
Goes through the source collection copying items whose LatLng point falls within this window to the destination collection. |
|
|
CircularWindow.filterCopySort(Collection<E> source,
Collection<E> destination,
FilterHelper<E> helper)
A specialized extension of LatLngWindow.filterCopy(Collection, Collection, FilterHelper)
which returns the filtered results in sorted order from the center of the
window. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||