Uses of Class
ucar.unidata.idv.flythrough.FlythroughPoint
Packages that use FlythroughPoint
-
Uses of FlythroughPoint in ucar.unidata.idv
Method parameters in ucar.unidata.idv with type arguments of type FlythroughPointModifier and TypeMethodDescriptionvoidMapViewManager.flythrough(List<FlythroughPoint> pts) Flythrough the points -
Uses of FlythroughPoint in ucar.unidata.idv.flythrough
Methods in ucar.unidata.idv.flythrough that return FlythroughPointModifier and TypeMethodDescriptionFlythrough.addPoint(boolean includeTime) _more_Flythrough.addPointWithoutTime()_more_Flythrough.addPointWithTime()_more_Flythrough.getCurrentPoint()_more_Methods in ucar.unidata.idv.flythrough that return types with arguments of type FlythroughPointModifier and TypeMethodDescriptionFlythrough.getPoints()Get the Points property.Flythrough.getPointsToUse()_more_Methods in ucar.unidata.idv.flythrough with parameters of type FlythroughPointModifier and TypeMethodDescriptionprotected voidFlythrough.goTo(FlythroughPoint pt1, double[] xyz1, double[] xyz2, double[] actualPoint, boolean animateMove) _more_voidChartDecorator.handleReadout(FlythroughPoint pt, List<ReadoutInfo> samples) _more_voidFlythroughDecorator.handleReadout(FlythroughPoint pt, List<ReadoutInfo> samples) _more_voidImageDecorator.handleReadout(FlythroughPoint pt, List<ReadoutInfo> samples) _more_voidWeatherDecorator.handleReadout(FlythroughPoint pt, List<ReadoutInfo> samples) _more_protected voidFlythrough.processReadout(FlythroughPoint pt1) _more_Method parameters in ucar.unidata.idv.flythrough with type arguments of type FlythroughPointModifier and TypeMethodDescriptionvoidFlythrough.flythrough(List<FlythroughPoint> newPoints) tmpvoidFlythrough.flythrough(List<FlythroughPoint> newPoints, boolean andShow) _more_voidFlythrough.setPoints(List<FlythroughPoint> value) Set the Points property.