Uses of Class
gov.nasa.gsfc.spdf.ssc.HemisphereOptions
-
-
Uses of HemisphereOptions in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return HemisphereOptions Modifier and Type Method Description HemisphereOptions
MappedRegionFilterOptions. getAuroralOval()
Gets the Auroral Oval hemisphere region listing options.HemisphereOptions
MappedRegionFilterOptions. getCleft()
Gets the Cleft hemisphere region listing options.HemisphereOptions
MappedRegionFilterOptions. getCusp()
Gets the Cusp hemisphere region listing options.HemisphereOptions
MappedRegionFilterOptions. getMidLatitude()
Gets the Mid Latitude hemisphere region listing options.HemisphereOptions
MappedRegionFilterOptions. getPolarCap()
Gets the Polar Cap hemisphere region listing options.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type HemisphereOptions Modifier and Type Method Description void
MappedRegionFilterOptions. setAuroralOval(HemisphereOptions value)
Sets the Auroral Oval hemisphere region listing options.void
MappedRegionFilterOptions. setCleft(HemisphereOptions value)
Sets the Cleft hemisphere region listing options.void
MappedRegionFilterOptions. setCusp(HemisphereOptions value)
Sets the Cusp hemisphere region listing options.void
MappedRegionFilterOptions. setMidLatitude(HemisphereOptions value)
Sets the Mid Latitude hemisphere region listing options.void
MappedRegionFilterOptions. setPolarCap(HemisphereOptions value)
Sets the Polar Cap hemisphere region listing options.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type HemisphereOptions Constructor Description MappedRegionFilterOptions(HemisphereOptions cusp, HemisphereOptions cleft, HemisphereOptions auroralOval, HemisphereOptions polarCap, HemisphereOptions midLatitude, boolean lowLatitude)
Constructs a MappedRegionFilterOptions object with the given attribute values.
-