| Package | Description |
|---|---|
| com.javadocmd.simplelatlng.window |
A package allowing calculations on windows of latitude and longitude.
|
| Modifier and Type | Method and Description |
|---|---|
<E> void |
LatLngWindow.filter(Collection<E> collection,
FilterHelper<E> helper)
Goes through the given collection removing items whose LatLng
point does not fall within this window.
|
<E> void |
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.
|
<E> void |
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. |
Copyright © 2010-2015. All Rights Reserved.