Uses of Class
gov.nasa.gsfc.spdf.ssc.RegionOptions
-
-
Uses of RegionOptions in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return RegionOptions Modifier and Type Method Description RegionOptions
OutputOptions. getRegionOptions()
Gets the region options.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type RegionOptions Modifier and Type Method Description void
OutputOptions. setRegionOptions(RegionOptions value)
Sets the region options.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type RegionOptions Constructor Description OutputOptions(boolean allLocationFilters, java.util.List<FilteredCoordinateOptions> coordinateOptions, RegionOptions regionOptions, ValueOptions valueOptions, DistanceFromOptions distanceFromOptions, int minMaxPoints, java.util.List<BFieldTraceOptions> bFieldTraceOptions)
Constructs a OutputOptions object with the given attribute values.
-