Uses of Class
gov.nasa.gsfc.spdf.ssc.SatelliteSpecification
-
-
Uses of SatelliteSpecification in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return types with arguments of type SatelliteSpecification Modifier and Type Method Description java.util.List<SatelliteSpecification>Request. getSatellites()Gets the satellites.Method parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type SatelliteSpecification Modifier and Type Method Description voidRequest. setSatellites(java.util.List<SatelliteSpecification> value)Sets the satellites.Constructor parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type SatelliteSpecification 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.
-