Uses of Class
edu.wisc.ssec.mcidasv.data.cyclone.StormTrackPoint
Packages that use StormTrackPoint
-
Uses of StormTrackPoint in edu.wisc.ssec.mcidasv.data.cyclone
Fields in edu.wisc.ssec.mcidasv.data.cyclone with type parameters of type StormTrackPointMethods in edu.wisc.ssec.mcidasv.data.cyclone that return StormTrackPointModifier and TypeMethodDescriptionStormTrack.findPointWithForecastHour
(int hour) _more_static StormTrackPoint
StormDataSource.getClosestPoint
(List<StormTrackPoint> aList, DateTime dt) _more_static StormTrackPoint[]
StormDataSource.getClosestPointRange
(List<StormTrackPoint> aList, DateTime dt) _more_Methods in edu.wisc.ssec.mcidasv.data.cyclone that return types with arguments of type StormTrackPointModifier and TypeMethodDescriptionprotected List
<StormTrackPoint> Diamond7StormDataSource.getObservationTrack
(StormInfo stormInfo, Way wy, DateTime before, DateTime after, List pts) _more_protected List
<StormTrackPoint> STIStormDataSource.getObservationTrack
(StormInfo stormInfo, Way wy, DateTime before, DateTime after, List pts) _more_protected List
<StormTrackPoint> Diamond7StormDataSource.getObservationTrackPoints
(StormInfo stormInfo, Way wy) _more_protected List
<StormTrackPoint> STIStormDataSource.getObservationTrackPoints
(StormInfo stormInfo, Way wy) _more_StormTrack.getTrackPoints()
_more_Methods in edu.wisc.ssec.mcidasv.data.cyclone with parameters of type StormTrackPointModifier and TypeMethodDescriptionvoid
StormTrack.addPoint
(StormTrackPoint point) _more_static double
StormDataSource.getDistance
(StormTrackPoint p1, StormTrackPoint p2) _more_int
StormTrack.indexOf
(StormTrackPoint stp) Return the index of the given track point.Method parameters in edu.wisc.ssec.mcidasv.data.cyclone with type arguments of type StormTrackPointModifier and TypeMethodDescriptionstatic StormTrackPoint
StormDataSource.getClosestPoint
(List<StormTrackPoint> aList, DateTime dt) _more_static StormTrackPoint[]
StormDataSource.getClosestPointRange
(List<StormTrackPoint> aList, DateTime dt) _more_void
StormTrack.setTrackPoints
(List<StormTrackPoint> pts) _more_Constructors in edu.wisc.ssec.mcidasv.data.cyclone with parameters of type StormTrackPointConstructor parameters in edu.wisc.ssec.mcidasv.data.cyclone with type arguments of type StormTrackPointModifierConstructorDescriptionStormTrack
(StormInfo stormInfo, Way way, List<StormTrackPoint> pts, StormParam[] params) _more_