Class FuzzyPosition
java.lang.Object
org.deltava.beans.schedule.GeoPosition
org.deltava.beans.stats.FuzzyPosition
- All Implemented Interfaces:
Serializable
,GeoLocation
,GeospaceLocation
A bean to store a location with a predetermined error value.
- Since:
- 5.4
- Version:
- 5.4
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from interface org.deltava.beans.GeoLocation
ALL, DEGREE_FEET, DEGREE_MILES, FEET_MILES, LAT_DIRECTIONS, LATITUDE, LON_DIRECTIONS, LONGITUDE, RADIAN_MILES
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.beans.schedule.GeoPosition
equals, getAltitude, getDegrees, getLatitude, getLongitude, getMinutes, getSeconds, hashCode, midPoint, setAltitude, setLatitude, setLatitude, setLongitude, setLongitude, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceTo
-
Constructor Details
-
FuzzyPosition
Creates the bean.- Parameters:
loc
- the GeoLocationh
- the error value
-
-
Method Details
-
getH
public float getH()Returns the error value for this location.- Returns:
- the error value in miles
-