- Geohasher - Class in com.javadocmd.simplelatlng
-
Implements the
Geohash
algorithm for hashing latitude and longitude points.
- Geohasher() - Constructor for class com.javadocmd.simplelatlng.Geohasher
-
- Geohasher.BitStore - Class in com.javadocmd.simplelatlng
-
Specialization of BitSet to actually keep track of
the number of bits that are being usefully employed, regardless
of whether or not they are 1 or 0.
- getCenter() - Method in class com.javadocmd.simplelatlng.window.CircularWindow
-
- getCenter() - Method in class com.javadocmd.simplelatlng.window.LatLngWindow
-
Returns the center point of the window.
- getCenter() - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
- getDegreeFormat() - Static method in class com.javadocmd.simplelatlng.util.LatLngConfig
-
Retrieve a NumberFormatter to use for formatting coordinates to String.
- getDistance() - Method in class com.javadocmd.simplelatlng.window.SortWrapper
-
- getEarthRadius(LengthUnit) - Static method in class com.javadocmd.simplelatlng.util.LatLngConfig
-
Retrieve the Earth's spherical approximation radius in the desired unit.
- getHeight(LengthUnit) - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
Returns the height of the window.
- getLatitude() - Method in class com.javadocmd.simplelatlng.LatLng
-
Get latitude for this point in degrees.
- getLatitudeDelta() - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
- getLatitudeInternal() - Method in class com.javadocmd.simplelatlng.LatLng
-
Get the internal long representation of this point's latitude
in degrees.
- getLatLng(S) - Method in class com.javadocmd.simplelatlng.window.FilterHelper
-
- getLeftLongitude() - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
- getLongitude() - Method in class com.javadocmd.simplelatlng.LatLng
-
Get longitude for this point in degrees.
- getLongitudeDelta() - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
- getLongitudeInternal() - Method in class com.javadocmd.simplelatlng.LatLng
-
Get the internal long representation of this point's longitude
in degrees.
- getMaxLatitude() - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
- getMinLatitude() - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
- getRadius() - Method in class com.javadocmd.simplelatlng.window.CircularWindow
-
Gets the radius of this window in degrees.
- getRadius(LengthUnit) - Method in class com.javadocmd.simplelatlng.window.CircularWindow
-
Gets the radius of this window in a length unit.
- getRightLongitude() - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
- getScaleFactor() - Method in enum com.javadocmd.simplelatlng.util.LengthUnit
-
Retrieve the scale factor between this unit and the primary
length unit.
- getValue() - Method in class com.javadocmd.simplelatlng.window.SortWrapper
-
- getWidth(LengthUnit) - Method in class com.javadocmd.simplelatlng.window.RectangularWindow
-
Returns the width at the mid-line of the window.