Uses of Class
org.onebusaway.gtfs_transformer.updates.InterpolationLibrary.EInRangeStrategy
-
Packages that use InterpolationLibrary.EInRangeStrategy Package Description org.onebusaway.gtfs_transformer.updates -
-
Uses of InterpolationLibrary.EInRangeStrategy in org.onebusaway.gtfs_transformer.updates
Methods in org.onebusaway.gtfs_transformer.updates that return InterpolationLibrary.EInRangeStrategy Modifier and Type Method Description static InterpolationLibrary.EInRangeStrategyInterpolationLibrary.EInRangeStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static InterpolationLibrary.EInRangeStrategy[]InterpolationLibrary.EInRangeStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.onebusaway.gtfs_transformer.updates with parameters of type InterpolationLibrary.EInRangeStrategy Modifier and Type Method Description static doubleInterpolationLibrary. interpolate(double[] keys, double[] values, double target, InterpolationLibrary.EOutOfRangeStrategy outOfRangeStrategy, InterpolationLibrary.EInRangeStrategy inRangeStrategy)
-