Uses of Class
gov.nasa.gsfc.sscweb.schema.HemisphereOptions
Packages that use HemisphereOptions
-
Uses of HemisphereOptions in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as HemisphereOptionsModifier and TypeFieldDescriptionprotected HemisphereOptionsMappedRegionFilterOptions.auroralOvalSpecifies whether the auroral oval hemisphere region is to be included.protected HemisphereOptionsMappedRegionFilterOptions.cleftSpecifies whether the cleft hemisphere region is to be included.protected HemisphereOptionsMappedRegionFilterOptions.cuspSpecifies whether the cusp hemisphere region is to be included.protected HemisphereOptionsMappedRegionFilterOptions.midLatitudeSpecifies whether the mid latitude hemisphere region is to be included.protected HemisphereOptionsMappedRegionFilterOptions.polarCapSpecifies whether the polar cap hemisphere region is to be included.Methods in gov.nasa.gsfc.sscweb.schema that return HemisphereOptionsModifier and TypeMethodDescriptionObjectFactory.createHemisphereOptions()Create an instance ofHemisphereOptionsMappedRegionFilterOptions.getAuroralOval()Specifies whether the auroral oval hemisphere region is to be included.MappedRegionFilterOptions.getCleft()Specifies whether the cleft hemisphere region is to be included.MappedRegionFilterOptions.getCusp()Specifies whether the cusp hemisphere region is to be included.MappedRegionFilterOptions.getMidLatitude()Specifies whether the mid latitude hemisphere region is to be included.MappedRegionFilterOptions.getPolarCap()Specifies whether the polar cap hemisphere region is to be included.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type HemisphereOptionsModifier and TypeMethodDescriptionvoidMappedRegionFilterOptions.setAuroralOval(HemisphereOptions value) Sets the value of the auroralOval property.voidMappedRegionFilterOptions.setCleft(HemisphereOptions value) Sets the value of the cleft property.voidMappedRegionFilterOptions.setCusp(HemisphereOptions value) Sets the value of the cusp property.voidMappedRegionFilterOptions.setMidLatitude(HemisphereOptions value) Sets the value of the midLatitude property.voidMappedRegionFilterOptions.setPolarCap(HemisphereOptions value) Sets the value of the polarCap property.