|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.MappedRegionFilterOptions
public class MappedRegionFilterOptions
This class represents mapped region filter options. A description of these mapped regions is available at SSC Models and Regions of Geospace.
| Constructor Summary | |
|---|---|
MappedRegionFilterOptions()
Constructs a MapptedRegionFilterOptions object with a default value. |
|
MappedRegionFilterOptions(HemisphereOptions cusp,
HemisphereOptions cleft,
HemisphereOptions auroralOval,
HemisphereOptions polarCap,
HemisphereOptions midLatitude,
boolean lowLatitude)
Constructs a MappedRegionFilterOptions object with the given attribute values. |
|
| Method Summary | |
|---|---|
HemisphereOptions |
getAuroralOval()
Gets the Auroral Oval hemisphere region listing options. |
HemisphereOptions |
getCleft()
Gets the Cleft hemisphere region listing options. |
HemisphereOptions |
getCusp()
Gets the Cusp hemisphere region listing options. |
HemisphereOptions |
getMidLatitude()
Gets the Mid Latitude hemisphere region listing options. |
HemisphereOptions |
getPolarCap()
Gets the Polar Cap hemisphere region listing options. |
boolean |
isLowLatitude()
Gets the Low Latitude hemisphere region listing options. |
void |
setAuroralOval(HemisphereOptions value)
Sets the Auroral Oval hemisphere region listing options. |
void |
setCleft(HemisphereOptions value)
Sets the Cleft hemisphere region listing options. |
void |
setCusp(HemisphereOptions value)
Sets the Cusp hemisphere region listing options. |
void |
setLowLatitude(boolean value)
Sets the Low Latitude hemisphere region listing options. |
void |
setMidLatitude(HemisphereOptions value)
Sets the Mid Latitude hemisphere region listing options. |
void |
setPolarCap(HemisphereOptions value)
Sets the Polar Cap hemisphere region listing options. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappedRegionFilterOptions()
public MappedRegionFilterOptions(HemisphereOptions cusp,
HemisphereOptions cleft,
HemisphereOptions auroralOval,
HemisphereOptions polarCap,
HemisphereOptions midLatitude,
boolean lowLatitude)
cusp - Cusp hemisphere listing optionscleft - Cleft hemisphere listing optionsauroralOval - Auroral Oval hemisphere listing optionspolarCap - Polar Cap hemisphere listing optionsmidLatitude - Mid Latitude hemisphere listing optionslowLatitude - Low Latitude hemisphere listing options| Method Detail |
|---|
public HemisphereOptions getCusp()
setCusp(gov.nasa.gsfc.spdf.ssc.HemisphereOptions)public void setCusp(HemisphereOptions value)
value - new valuegetCusp()public HemisphereOptions getCleft()
setCleft(gov.nasa.gsfc.spdf.ssc.HemisphereOptions)public void setCleft(HemisphereOptions value)
value - new valuegetCleft()public HemisphereOptions getAuroralOval()
setAuroralOval(gov.nasa.gsfc.spdf.ssc.HemisphereOptions)public void setAuroralOval(HemisphereOptions value)
value - new valuegetAuroralOval()public HemisphereOptions getPolarCap()
setPolarCap(gov.nasa.gsfc.spdf.ssc.HemisphereOptions)public void setPolarCap(HemisphereOptions value)
value - new valuegetPolarCap()public HemisphereOptions getMidLatitude()
setMidLatitude(gov.nasa.gsfc.spdf.ssc.HemisphereOptions)public void setMidLatitude(HemisphereOptions value)
value - new valuegetMidLatitude()public boolean isLowLatitude()
setLowLatitude(boolean)public void setLowLatitude(boolean value)
value - new valueisLowLatitude()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||