Class FuzzyPosition

java.lang.Object
org.deltava.beans.schedule.GeoPosition
org.deltava.beans.stats.FuzzyPosition
All Implemented Interfaces:
Serializable, GeoLocation, GeospaceLocation

public class FuzzyPosition extends GeoPosition
A bean to store a location with a predetermined error value.
Since:
5.4
Version:
5.4
Author:
Luke
See Also:
  • Constructor Details

    • FuzzyPosition

      public FuzzyPosition(GeoLocation loc, float h)
      Creates the bean.
      Parameters:
      loc - the GeoLocation
      h - the error value
  • Method Details

    • getH

      public float getH()
      Returns the error value for this location.
      Returns:
      the error value in miles