Package com.javadocmd.simplelatlng.window

A package allowing calculations on windows of latitude and longitude.

See:
          Description

Class Summary
CircularWindow A circular window.
FilterHelper<S> An abstract class to help LatLngWindows with the task of filtering collections based on whether or not a point is contained within the window.
LatLngWindow<T extends LatLngWindow<T>> An interface specifying a region in the latitude/longitude space.
RectangularWindow A "pseudo-rectangular" window bounded by a minimum and maximum latitude and a minimum and maximum longitude.
 

Package com.javadocmd.simplelatlng.window Description

A package allowing calculations on windows of latitude and longitude. The goal is to allow you to specify a window and be able to test whether or not LatLng points lie within the window.



Copyright © 2010-2011. All Rights Reserved.