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 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 GeoPosition
equals, getAltitude, getDegrees, getLatitude, getLongitude, getMinutes, getSeconds, hashCode, midPoint, setAltitude, setLatitude, setLatitude, setLongitude, setLongitude, toStringMethods inherited from interface 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
-