|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.wdssii.dualpol.icing.PilotReport
public class PilotReport
A pilot report of icing conditions
Field Summary | |
---|---|
private int |
icingIntensity
|
private Location |
location
|
private Location |
lowerBound
|
private Date |
time
|
private Location |
upperBound
|
Constructor Summary | |
---|---|
PilotReport(Date time,
Location lowerBound,
Location upperBound,
int icingIntensity)
|
Method Summary | |
---|---|
int |
getIcingIntensity()
|
Location |
getLocation()
|
Location |
getLowerBound()
|
Date |
getTime()
|
Location |
getUpperBound()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Date time
private Location lowerBound
private Location upperBound
private Location location
private int icingIntensity
Constructor Detail |
---|
public PilotReport(Date time, Location lowerBound, Location upperBound, int icingIntensity)
Method Detail |
---|
public Date getTime()
public Location getLowerBound()
public Location getUpperBound()
public int getIcingIntensity()
public Location getLocation()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |