public class HemisphereOptions
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
HemisphereOptions()
Constructs a HemispherOptions object with a default value.
|
HemisphereOptions(boolean north,
boolean south)
Constructs a HemispherOptions object with the given
attribute values.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
includedpublic 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
SSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.