|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.HemisphereOptions
public class HemisphereOptions
This class represents hemisphere listing options.
| Constructor Summary | |
|---|---|
HemisphereOptions()
Constructs a HemispherOptions object with a default value. |
|
HemisphereOptions(boolean north,
boolean south)
Constructs a HemispherOptions object with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
boolean |
isNorth()
Gets the value indicating whether the northern hemisphere is to be included. |
boolean |
isSouth()
Gets the value indicating whether the southern hemisphere is to be included. |
void |
setNorth(boolean value)
Sets the value indicating whether the northern hemisphere is to be included. |
void |
setSouth(boolean value)
Sets the value indicating whether the southern hemisphere is to be included. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HemisphereOptions()
public HemisphereOptions(boolean north,
boolean south)
north - specifies whether the northern hemisphere is to be
includedsouth - specifies whether the southern hemisphere is to be
included| Method Detail |
|---|
public boolean isNorth()
setNorth(boolean)public void setNorth(boolean value)
value - new valueisNorth()public boolean isSouth()
setSouth(boolean)public void setSouth(boolean value)
value - new valueisSouth()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 | ||||||||