Uses of Class
com.javadocmd.simplelatlng.window.FilterHelper

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
<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.
 



Copyright © 2010-2013. All Rights Reserved.