|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.storm.StormTrack
public class StormTrack
Created by IntelliJ IDEA. User: yuanho Date: Apr 9, 2008 Time: 5:00:17 PM To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
StormTrack(StormInfo stormInfo,
Way way,
DateTime startTime)
_more_ |
|
StormTrack(StormInfo stormInfo,
Way way,
List<StormTrackPoint> pts)
_more_ |
|
StormTrack(StormInfo stormInfo,
Way way,
NamedArray lats,
NamedArray lons,
List<DateTime> times)
_more_ |
|
| Method Summary | |
|---|---|
void |
addPoint(StormTrackPoint point)
_more_ |
boolean |
equals(Object o)
_more_ |
float |
findClosestAttr(float[] trackAttributes,
int i)
_more_ |
NamedArray |
getLats()
Get the Lats property. |
List<EarthLocation> |
getLocations()
_more_ |
NamedArray |
getLons()
Get the Lons property. |
StormInfo |
getStormInfo()
_more_ |
List<DateTime> |
getTimes()
Get the Times property. |
Real[] |
getTrackAttributeValues(RealType type)
_more_ |
String |
getTrackId()
_more_ |
List<StormTrackPoint> |
getTrackPoints()
_more_ |
DateTime |
getTrackStartTime()
_more_ |
List<DateTime> |
getTrackTimes()
_more_ |
List<RealType> |
getTypes()
_more_ |
Way |
getWay()
_more_ |
int |
hashCode()
_more_ |
boolean |
isObservation()
_more_ |
void |
setLats(NamedArray value)
Set the Lats property. |
void |
setLons(NamedArray value)
Set the Lons property. |
void |
setStormInfo(StormInfo stormInfo)
_more_ |
void |
setTimes(List<DateTime> value)
Set the Times property. |
void |
setTrackId(String id)
_more_ |
void |
setTrackPoints(List<StormTrackPoint> pts)
_more_ |
void |
setWay(Way way)
_more_ |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StormTrack(StormInfo stormInfo,
Way way,
NamedArray lats,
NamedArray lons,
List<DateTime> times)
stormInfo - _more_way - _more_lats - _more_lons - _more_times - _more_
public StormTrack(StormInfo stormInfo,
Way way,
List<StormTrackPoint> pts)
stormInfo - _more_way - _more_pts - _more_
public StormTrack(StormInfo stormInfo,
Way way,
DateTime startTime)
stormInfo - _more_way - _more_startTime - _more_| Method Detail |
|---|
public void addPoint(StormTrackPoint point)
point - _more_public boolean isObservation()
public int hashCode()
hashCode in class Objectpublic void setTrackId(String id)
id - _more_public String getTrackId()
public DateTime getTrackStartTime()
public void setStormInfo(StormInfo stormInfo)
stormInfo - _more_public StormInfo getStormInfo()
public void setWay(Way way)
way - _more_public Way getWay()
public void setTrackPoints(List<StormTrackPoint> pts)
pts - _more_public List<StormTrackPoint> getTrackPoints()
public List<DateTime> getTrackTimes()
public List<RealType> getTypes()
public List<EarthLocation> getLocations()
public Real[] getTrackAttributeValues(RealType type)
type - _more_
public float findClosestAttr(float[] trackAttributes,
int i)
trackAttributes - _more_i - _more_
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objecto - _more_
public void setLats(NamedArray value)
value - The new value for Latspublic NamedArray getLats()
public void setLons(NamedArray value)
value - The new value for Lonspublic NamedArray getLons()
public void setTimes(List<DateTime> value)
value - The new value for Timespublic List<DateTime> getTimes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||