|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.SpaceRegionsFilterOptions
public class SpaceRegionsFilterOptions
This class represents space regions filter options. A description of these values is available atthe Region Filter help.
| Constructor Summary | |
|---|---|
SpaceRegionsFilterOptions()
Constructs a SpaceRegionsFilterOptions object with a default value. |
|
SpaceRegionsFilterOptions(boolean interplanetaryMedium,
boolean daysideMagnetosheath,
boolean nightsideMagnetosheath,
boolean daysideMagnetosphere,
boolean nightsideMagnetosphere,
boolean plasmaSheet,
boolean tailLobe,
boolean highLatitudeBoundaryLayer,
boolean lowLatitudeBoundaryLayer,
boolean daysidePlasmasphere,
boolean nightsidePlasmasphere)
Constructs a SpaceRegionsFilterOptions object with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
boolean |
isDaysideMagnetosheath()
Gets the value indicating whether the dayside magnetosheath region filter is to be applied. |
boolean |
isDaysideMagnetosphere()
Gets the value indicating whether the dayside magnetosphere region filter is to be applied. |
boolean |
isDaysidePlasmasphere()
Gets the value indicating whether the dayside plasmasphere region filter is to be applied. |
boolean |
isHighLatitudeBoundaryLayer()
Gets the value indicating whether the high latitude boundary layer region filter is to be applied. |
boolean |
isInterplanetaryMedium()
Gets the value indicating whether the interplanetary medium region filter is to be applied. |
boolean |
isLowLatitudeBoundaryLayer()
Gets the value indicating whether the low latitude boundary layer region filter is to be applied. |
boolean |
isNightsideMagnetosheath()
Gets the value indicating whether the nightside magnetosheath region filter is to be applied. |
boolean |
isNightsideMagnetosphere()
Gets the value indicating whether the nightside magnetosphere region filter is to be applied. |
boolean |
isNightsidePlasmasphere()
Gets the value indicating whether the nightside plasmasphere region filter is to be applied. |
boolean |
isPlasmaSheet()
Gets the value indicating whether the plamsa sheet region filter is to be applied. |
boolean |
isTailLobe()
Gets the value indicating whether the tail lobe region filter is to be applied. |
void |
setDaysideMagnetosheath(boolean value)
Sets the value indicating whether the dayside magnetosheath region filter is to be applied. |
void |
setDaysideMagnetosphere(boolean value)
Sets the value indicating whether the dayside magnetosphere region filter is to be applied. |
void |
setDaysidePlasmasphere(boolean value)
Sets the value indicating whether the dayside plasmasphere region filter is to be applied. |
void |
setHighLatitudeBoundaryLayer(boolean value)
Sets the value indicating whether the high latitude boundary layer region filter is to be applied. |
void |
setInterplanetaryMedium(boolean value)
Sets the value indicating whether the interplanetary medium region filter is to be applied. |
void |
setLowLatitudeBoundaryLayer(boolean value)
Sets the value indicating whether the low latitude boundary layer region filter is to be applied. |
void |
setNightsideMagnetosheath(boolean value)
Sets the value indicating whether the nightside magnetosheath region filter is to be applied. |
void |
setNightsideMagnetosphere(boolean value)
Sets the value indicating whether the nightside magnetosphere region filter is to be applied. |
void |
setNightsidePlasmasphere(boolean value)
Sets the value indicating whether the nightside plasmasphere region filter is to be applied. |
void |
setPlasmaSheet(boolean value)
Sets the value indicating whether the plasma sheet region filter is to be applied. |
void |
setTailLobe(boolean value)
Sets the value indicating whether the tail lobe region filter is to be applied. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpaceRegionsFilterOptions()
public SpaceRegionsFilterOptions(boolean interplanetaryMedium,
boolean daysideMagnetosheath,
boolean nightsideMagnetosheath,
boolean daysideMagnetosphere,
boolean nightsideMagnetosphere,
boolean plasmaSheet,
boolean tailLobe,
boolean highLatitudeBoundaryLayer,
boolean lowLatitudeBoundaryLayer,
boolean daysidePlasmasphere,
boolean nightsidePlasmasphere)
interplanetaryMedium - specifies whether the interplanetary
medium region filter is to be applieddaysideMagnetosheath - specifies whether the dayside
magnetosheath region filter is to be appliednightsideMagnetosheath - specifies whether the nightside
magnetosheath region filter is to be applieddaysideMagnetosphere - specifies whether the dayside
magnetosphere region filter is to be appliednightsideMagnetosphere - specifies whether the nightside
magnetosphere region filter is to be appliedplasmaSheet - specifies whether the plasma sheet region
filter is to be appliedtailLobe - specifies whether the tail lobe region
filter is to be appliedhighLatitudeBoundaryLayer - specifies whether the high
latitude boundary layer region filter is to be appliedlowLatitudeBoundaryLayer - specifies whether the low
latitude boundary layer region filter is to be applieddaysidePlasmasphere - specifies whether the dayside
plasmasphere region filter is to be appliednightsidePlasmasphere - specifies whether the nightside
plasmasphere region filter is to be applied| Method Detail |
|---|
public boolean isInterplanetaryMedium()
setInterplanetaryMedium(boolean)public void setInterplanetaryMedium(boolean value)
value - new valueisInterplanetaryMedium()public boolean isDaysideMagnetosheath()
setDaysideMagnetosheath(boolean)public void setDaysideMagnetosheath(boolean value)
value - new valueisDaysideMagnetosheath()public boolean isNightsideMagnetosheath()
setNightsideMagnetosheath(boolean)public void setNightsideMagnetosheath(boolean value)
value - new valueisNightsideMagnetosheath()public boolean isDaysideMagnetosphere()
setDaysideMagnetosphere(boolean)public void setDaysideMagnetosphere(boolean value)
value - new valueisDaysideMagnetosphere()public boolean isNightsideMagnetosphere()
setNightsideMagnetosphere(boolean)public void setNightsideMagnetosphere(boolean value)
value - new valueisNightsideMagnetosphere()public boolean isPlasmaSheet()
setPlasmaSheet(boolean)public void setPlasmaSheet(boolean value)
value - new valueisPlasmaSheet()public boolean isTailLobe()
setTailLobe(boolean)public void setTailLobe(boolean value)
value - new valueisTailLobe()public boolean isHighLatitudeBoundaryLayer()
setHighLatitudeBoundaryLayer(boolean)public void setHighLatitudeBoundaryLayer(boolean value)
value - new valueisHighLatitudeBoundaryLayer()public boolean isLowLatitudeBoundaryLayer()
setLowLatitudeBoundaryLayer(boolean)public void setLowLatitudeBoundaryLayer(boolean value)
value - new valueisLowLatitudeBoundaryLayer()public boolean isDaysidePlasmasphere()
setDaysidePlasmasphere(boolean)public void setDaysidePlasmasphere(boolean value)
value - new valueisDaysidePlasmasphere()public boolean isNightsidePlasmasphere()
setNightsidePlasmasphere(boolean)public void setNightsidePlasmasphere(boolean value)
value - new valueisNightsidePlasmasphere()public java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||