Uses of Enum Class
org.onebusaway.gtfs_transformer.updates.InterpolationLibrary.EInRangeStrategy
Packages that use InterpolationLibrary.EInRangeStrategy
-
Uses of InterpolationLibrary.EInRangeStrategy in org.onebusaway.gtfs_transformer.updates
Methods in org.onebusaway.gtfs_transformer.updates that return InterpolationLibrary.EInRangeStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.InterpolationLibrary.EInRangeStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.onebusaway.gtfs_transformer.updates with parameters of type InterpolationLibrary.EInRangeStrategyModifier and TypeMethodDescriptionstatic doubleInterpolationLibrary.interpolate(double[] keys, double[] values, double target, InterpolationLibrary.EOutOfRangeStrategy outOfRangeStrategy, InterpolationLibrary.EInRangeStrategy inRangeStrategy)