Package landMarks
Class LandmarkData
java.lang.Object
landMarks.LandmarkData
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubleprotected LandmarkDataclone()Get a set of data that describes all of the parameters in a classdouble 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
latLong
 - 
height
public double height - 
symbol
 - 
name
 
 - 
 - 
Constructor Details
- 
LandmarkData
public LandmarkData() 
 - 
 - 
Method Details
- 
clone
 - 
rangeToReference
public double rangeToReference() - 
bearingToReference
public double bearingToReference() - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -