Uses of Class
org.apache.lucene.spatial.geometry.LatLng

Packages that use LatLng
org.apache.lucene.spatial.geometry   
org.apache.lucene.spatial.geometry.shape   
 

Uses of LatLng in org.apache.lucene.spatial.geometry
 

Subclasses of LatLng in org.apache.lucene.spatial.geometry
 class FixedLatLng
          NOTE: This API is still in flux and might change in incompatible ways in the next release.
 class FloatLatLng
          NOTE: This API is still in flux and might change in incompatible ways in the next release.
 

Methods in org.apache.lucene.spatial.geometry that return LatLng
 LatLng FloatLatLng.calculateMidpoint(LatLng other)
           
abstract  LatLng LatLng.calculateMidpoint(LatLng other)
          Calculate the midpoint between this point an another.
 LatLng FixedLatLng.calculateMidpoint(LatLng other)
           
 LatLng FloatLatLng.copy()
           
abstract  LatLng LatLng.copy()
           
 LatLng FixedLatLng.copy()
           
static LatLng LatLng.fromCartesian(CartesianPoint pt)
          The inverse of toCartesian().
 LatLng FloatLatLng.normalize()
           
abstract  LatLng LatLng.normalize()
           
 LatLng FixedLatLng.normalize()
           
 

Methods in org.apache.lucene.spatial.geometry with parameters of type LatLng
 double LatLng.arcDistance(LatLng ll2)
          Calculates the distance between two lat/lng's in miles.
 double LatLng.arcDistance(LatLng ll2, DistanceUnits lUnits)
          Calculates the distance between two lat/lng's in miles or meters.
 LatLng FloatLatLng.calculateMidpoint(LatLng other)
           
abstract  LatLng LatLng.calculateMidpoint(LatLng other)
          Calculate the midpoint between this point an another.
 LatLng FixedLatLng.calculateMidpoint(LatLng other)
           
 

Constructors in org.apache.lucene.spatial.geometry with parameters of type LatLng
FixedLatLng(LatLng ll)
           
FloatLatLng(LatLng ll)
           
 

Uses of LatLng in org.apache.lucene.spatial.geometry.shape
 

Methods in org.apache.lucene.spatial.geometry.shape that return LatLng
 LatLng LLRect.getLowerLeft()
           
 LatLng LLRect.getMidpoint()
           
 LatLng LLRect.getUpperRight()
           
 

Methods in org.apache.lucene.spatial.geometry.shape with parameters of type LatLng
static LLRect LLRect.createBox(LatLng center, double widthMi, double heightMi)
          Approximates a box centered at the given point with the given width and height in miles.
 

Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type LatLng
LLRect(LatLng ll, LatLng ur)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.