Values.ViewOffNadirInputSourceThe input structure for specifying ViewOffNadir property filter. ViewOffNadir refers to the angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).
type nonrec t = {lowerBound : Float_.t;The minimum value for ViewOffNadir property filter. This filters items having ViewOffNadir greater than or equal to this value.
*)upperBound : Float_.t;The maximum value for ViewOffNadir property filter. This filters items having ViewOffNadir lesser than or equal to this value.
*)}