public class LocationFilter
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
LocationFilter()
Constructs a LocationFilter object with a default value.
|
LocationFilter(boolean minimum,
boolean maximum,
java.lang.Double lowerLimit,
java.lang.Double upperLimit)
Constructs a LocationFilter object with the given attribute
values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.util.Calendar |
getLowerDate()
Deprecated.
local-time lower limit values should be gotten with
getLowerLimit() . |
java.lang.Double |
getLowerLimit()
Gets the lower limit value that is to be included in the listing.
|
java.util.Calendar |
getUpperDate()
Deprecated.
local-time upper limit values should be gotten with
getUpperLimit() . |
java.lang.Double |
getUpperLimit()
Gets the upper limit value that is to be included in the listing.
|
boolean |
isMaximum()
Gets the value indicating whether the maximum value is to be
marked by a "^" in the listing.
|
boolean |
isMinimum()
Gets the value indicating whether the minumum value is to be
marked by a "v" in the listing.
|
void |
list(java.io.PrintStream out,
java.lang.String title)
Prints this object's value to the specified output stream.
|
void |
setLowerDate(java.util.Calendar value)
Deprecated.
local-time lower limit values should be set with
setLowerLimit(Double) . |
void |
setLowerLimit(java.lang.Double value)
Sets the lower limit value that is to be included in the listing.
|
void |
setMaximum(boolean value)
Sets the value indicating whether the maximum value is to be
marked by a "^" in the listing.
|
void |
setMinimum(boolean value)
Sets the value indicating whether the minimum value is to be
marked by a "v" in the listing.
|
void |
setUpperDate(java.util.Calendar value)
Deprecated.
local-time upper limit values should be set with
setUpperLimit(Double) . |
void |
setUpperLimit(java.lang.Double value)
Sets the upper limit value that is to be included in the listing.
|
public LocationFilter()
public LocationFilter(boolean minimum, boolean maximum, java.lang.Double lowerLimit, java.lang.Double upperLimit)
minimum
- specifies whether the minimum value is to be
marked in the listing.maximum
- specifies whether the maximum value is to be
marked in the listing.lowerLimit
- specified the lower limit of values that are to
be included in the listing.upperLimit
- specified the upper limit of values that are to
be included in the listing.public boolean isMinimum()
setMinimum(boolean)
public void setMinimum(boolean value)
value
- new valueisMinimum()
public boolean isMaximum()
setMaximum(boolean)
public void setMaximum(boolean value)
value
- new valueisMaximum()
public java.lang.Double getLowerLimit()
setLowerLimit(java.lang.Double)
public void setLowerLimit(java.lang.Double value)
value
- new value. null indicates no lower limit.getLowerLimit()
public java.lang.Double getUpperLimit()
setUpperLimit(java.lang.Double)
public void setUpperLimit(java.lang.Double value)
value
- new value. null indicates no upper limit.getUpperLimit()
@Deprecated public java.util.Calendar getLowerDate()
getLowerLimit()
.setLowerDate(java.util.Calendar)
@Deprecated public void setLowerDate(java.util.Calendar value)
setLowerLimit(Double)
.value
- new value. null indicates no lower limit.getLowerDate()
@Deprecated public java.util.Calendar getUpperDate()
getUpperLimit()
.setUpperDate(java.util.Calendar)
@Deprecated public void setUpperDate(java.util.Calendar value)
setUpperLimit(Double)
.value
- new value. null indicates no upper limit.getUpperDate()
public void list(java.io.PrintStream out, java.lang.String title)
out
- an output streamtitle
- a string value that is to preceed this object's
value.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.