Uses of Class
gov.nasa.gsfc.spdf.ssc.BFieldModelOptions
-
-
Uses of BFieldModelOptions in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return BFieldModelOptions Modifier and Type Method Description BFieldModelOptions
Request. getBFieldModelOptions()
Gets the B field model options.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type BFieldModelOptions Modifier and Type Method Description void
Request. setBFieldModelOptions(BFieldModelOptions value)
Sets the B field model options.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type BFieldModelOptions 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.DataRequest(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, BFieldModelOptions bFieldModelOptions, OutputOptions outputOptions, RegionFilterOptions regionFilters, LocationFilterOptions locationFilters)
Constructs a DataRequest object with the given attribute values.GraphRequest(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, BFieldModelOptions bFieldModelOptions, GraphOptions graphOptions)
Constructs an GraphRequest object with the given attribute values.KmlRequest(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, BFieldModelOptions bFieldModelOptions, boolean trajectory, boolean northBFieldTraceFootpoint, boolean southBFieldTraceFootpoint)
Constructs a KmlRequest object with the given attribute values.Request(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, BFieldModelOptions bFieldModelOptions)
Constructs an Request object with the given attribute values.
-