Uses of Class
gov.nasa.gsfc.spdf.ssc.FormatOptions
-
-
Uses of FormatOptions in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return FormatOptions Modifier and Type Method Description FormatOptions
DataFileRequest. getFormatOptions()
Gets the format and units listing options.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type FormatOptions Modifier and Type Method Description void
DataFileRequest. setFormatOptions(FormatOptions value)
Sets the format and units listing options.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type FormatOptions Constructor Description DataFileRequest(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, OutputOptions outputOptions, RegionFilterOptions regionFilters, LocationFilterOptions locationFilters, BFieldModelOptions bFieldModelOptions, FormatOptions formatOptions)
Constructs a DataFileRequest object with the given attribute values.
-