Constructor and Description |
---|
EventFinderQuery() |
Modifier and Type | Method and Description |
---|---|
edu.iris.Fissures.Area |
getArea() |
java.lang.String[] |
getCatalogs() |
java.lang.String[] |
getContributors() |
double |
getMaxDepth() |
edu.iris.Fissures.Quantity |
getMaxDepthQuantity() |
float |
getMaxMag() |
double |
getMinDepth() |
edu.iris.Fissures.Quantity |
getMinDepthQuantity() |
float |
getMinMag() |
MicroSecondTimeRange |
getTime() |
java.lang.String[] |
getTypes() |
void |
setArea(edu.iris.Fissures.Area a) |
void |
setCatalogs(java.lang.String[] catalogs) |
void |
setContributors(java.lang.String[] contributors) |
void |
setMaxDepth(double max) |
void |
setMaxMag(float max) |
void |
setMinDepth(double min) |
void |
setMinMag(float min) |
void |
setTime(MicroSecondTimeRange range) |
TestResult |
test(java.lang.Object o)
Emulates a call to an event finder for o.
|
public TestResult test(java.lang.Object o)
public edu.iris.Fissures.Area getArea()
public void setArea(edu.iris.Fissures.Area a)
public float getMinMag()
public void setMinMag(float min)
public float getMaxMag()
public void setMaxMag(float max)
public MicroSecondTimeRange getTime()
public void setTime(MicroSecondTimeRange range)
public edu.iris.Fissures.Quantity getMinDepthQuantity()
public double getMinDepth()
public void setMinDepth(double min)
min
- -
new minimum depth in kilometers of events matched by this
querypublic edu.iris.Fissures.Quantity getMaxDepthQuantity()
public double getMaxDepth()
public void setMaxDepth(double max)
max
- -
new maximum depth in kilometers of events matched by this
querypublic java.lang.String[] getTypes()
public java.lang.String[] getCatalogs()
public void setCatalogs(java.lang.String[] catalogs)
public java.lang.String[] getContributors()
public void setContributors(java.lang.String[] contributors)