Package edu.sc.seis.sod.source.event
Class EventDCQuerier
java.lang.Object
edu.sc.seis.sod.source.event.EventDCQuerier
-
Constructor Summary
ConstructorsConstructorDescriptionEventDCQuerier
(String serverName, String serverDNS, int numRetries, Element config) -
Method Summary
Modifier and TypeMethodDescriptionedu.iris.Fissures.Area
getArea()
String[]
String[]
edu.sc.seis.fissuresUtil.cache.ProxyEventDC
edu.iris.Fissures.model.QuantityImpl
edu.iris.Fissures.model.QuantityImpl
int
static boolean
putPassingMagFirst
(edu.iris.Fissures.IfEvent.Origin o, MagnitudeRange magRange) Reorder the magnitudes in o such that a magnitude >= minMag and <= maxMag with a type in searchTypes is in the 0th position of the magnitudes arrayedu.sc.seis.fissuresUtil.cache.CacheEvent[]
query
(edu.sc.seis.fissuresUtil.time.MicroSecondTimeRange tr) toString()
-
Constructor Details
-
EventDCQuerier
public EventDCQuerier(String serverName, String serverDNS, int numRetries, Element config) throws ConfigurationException - Throws:
ConfigurationException
-
-
Method Details
-
getEventDC
public edu.sc.seis.fissuresUtil.cache.ProxyEventDC getEventDC() -
query
public edu.sc.seis.fissuresUtil.cache.CacheEvent[] query(edu.sc.seis.fissuresUtil.time.MicroSecondTimeRange tr) -
putPassingMagFirst
public static boolean putPassingMagFirst(edu.iris.Fissures.IfEvent.Origin o, MagnitudeRange magRange) Reorder the magnitudes in o such that a magnitude >= minMag and <= maxMag with a type in searchTypes is in the 0th position of the magnitudes array- Returns:
- - True if a magnitude is found and moved into the 0th position
-
toString
-
getRetries
public int getRetries() -
getCatalogs
-
getContributors
-
getMinDepth
public edu.iris.Fissures.model.QuantityImpl getMinDepth() -
getMaxDepth
public edu.iris.Fissures.model.QuantityImpl getMaxDepth() -
getServerName
-
getServerDNS
-
getMagRange
-
getArea
public edu.iris.Fissures.Area getArea()
-