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 HemisphereOptionsMappedRegionFilterOptions. getAuroralOval()Gets the Auroral Oval hemisphere region listing options.HemisphereOptionsMappedRegionFilterOptions. getCleft()Gets the Cleft hemisphere region listing options.HemisphereOptionsMappedRegionFilterOptions. getCusp()Gets the Cusp hemisphere region listing options.HemisphereOptionsMappedRegionFilterOptions. getMidLatitude()Gets the Mid Latitude hemisphere region listing options.HemisphereOptionsMappedRegionFilterOptions. 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 voidMappedRegionFilterOptions. setAuroralOval(HemisphereOptions value)Sets the Auroral Oval hemisphere region listing options.voidMappedRegionFilterOptions. setCleft(HemisphereOptions value)Sets the Cleft hemisphere region listing options.voidMappedRegionFilterOptions. setCusp(HemisphereOptions value)Sets the Cusp hemisphere region listing options.voidMappedRegionFilterOptions. setMidLatitude(HemisphereOptions value)Sets the Mid Latitude hemisphere region listing options.voidMappedRegionFilterOptions. 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.
-