Class FloatLatLng
- java.lang.Object
-
- org.apache.lucene.spatial.geometry.LatLng
-
- org.apache.lucene.spatial.geometry.FloatLatLng
-
@Deprecated public class FloatLatLng extends LatLng
Deprecated.NOTE: This API is still in flux and might change in incompatible ways in the next release.
-
-
Constructor Summary
Constructors Constructor Description FloatLatLng(double lat, double lng)
Deprecated.FloatLatLng(LatLng ll)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LatLng
calculateMidpoint(LatLng other)
Deprecated.Calculate the midpoint between this point an another.LatLng
copy()
Deprecated.boolean
equals(Object obj)
Deprecated.int
getFixedLat()
Deprecated.int
getFixedLng()
Deprecated.double
getLat()
Deprecated.double
getLng()
Deprecated.int
hashCode()
Deprecated.boolean
isFixedPoint()
Deprecated.boolean
isNormalized()
Deprecated.LatLng
normalize()
Deprecated.FixedLatLng
toFixed()
Deprecated.FloatLatLng
toFloat()
Deprecated.-
Methods inherited from class org.apache.lucene.spatial.geometry.LatLng
arcDistance, arcDistance, fromCartesian, toCartesian, toString
-
-
-
-
Constructor Detail
-
FloatLatLng
public FloatLatLng(double lat, double lng)
Deprecated.
-
FloatLatLng
public FloatLatLng(LatLng ll)
Deprecated.
-
-
Method Detail
-
getFixedLat
public int getFixedLat()
Deprecated.- Specified by:
getFixedLat
in classLatLng
-
getFixedLng
public int getFixedLng()
Deprecated.- Specified by:
getFixedLng
in classLatLng
-
isFixedPoint
public boolean isFixedPoint()
Deprecated.- Specified by:
isFixedPoint
in classLatLng
-
toFixed
public FixedLatLng toFixed()
Deprecated.
-
toFloat
public FloatLatLng toFloat()
Deprecated.
-
isNormalized
public boolean isNormalized()
Deprecated.- Specified by:
isNormalized
in classLatLng
-
calculateMidpoint
public LatLng calculateMidpoint(LatLng other)
Deprecated.Description copied from class:LatLng
Calculate the midpoint between this point an another. Respects fixed vs floating point- Specified by:
calculateMidpoint
in classLatLng
-
-