Uses of Class
gov.nasa.gsfc.spdf.ssc.FilteredCoordinateOptions
-
-
Uses of FilteredCoordinateOptions in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return types with arguments of type FilteredCoordinateOptions Modifier and Type Method Description java.util.List<FilteredCoordinateOptions>
OutputOptions. getCoordinateOptions()
Gets the coordinate options.Method parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type FilteredCoordinateOptions Modifier and Type Method Description void
OutputOptions. setCoordinateOptions(java.util.List<FilteredCoordinateOptions> value)
Sets the coordinate options.Constructor parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type FilteredCoordinateOptions 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.
-