A C D E F G I J K L M N O P R S T U V

A

AlertLevel - Enum in gov.usgs.earthquake.event
 

C

compare(JsonEventInfo, JsonEventInfo) - Method in class gov.usgs.earthquake.event.JsonEventInfoComparator
Compare two events against the reference event.

D

DEFAULT_DEPTH_DIFFERENCE - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DEFAULT_LOCATION_DIFFERENCE - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DEFAULT_MAGNITUDE_DIFFERENCE - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DEFAULT_SERVICE_URL - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DEFAULT_TIME_DIFFERENCE - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DefaultEventInfo - Class in gov.usgs.earthquake.event
 
DefaultEventInfo() - Constructor for class gov.usgs.earthquake.event.DefaultEventInfo
 
DefaultEventInfo(EventId, Date, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class gov.usgs.earthquake.event.DefaultEventInfo
 
DEPTH_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DEPTH_CHECK_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DEPTH_DIFFERENCE_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
DEPTH_THRESHOLD - Static variable in class gov.usgs.earthquake.event.EventSanityCheck
 
DISTANCE_THRESHOLD - Static variable in class gov.usgs.earthquake.event.EventSanityCheck
 

E

equals(Object) - Method in class gov.usgs.earthquake.event.EventId
 
EventComparison - Class in gov.usgs.earthquake.event
Comparison of 2 events.
EventComparison(EventInfo, EventInfo) - Constructor for class gov.usgs.earthquake.event.EventComparison
 
EventComparison(BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class gov.usgs.earthquake.event.EventComparison
 
EventId - Class in gov.usgs.earthquake.event
Event ID class.
EventId(String, String) - Constructor for class gov.usgs.earthquake.event.EventId
Construct a new EventID from a network and code.
EventIDAssociator - Class in gov.usgs.earthquake.event
Looks for nearby events in the default association window.
EventIDAssociator() - Constructor for class gov.usgs.earthquake.event.EventIDAssociator
 
EventIDAssociator(EventWebService, EventComparison, EventSanityCheck) - Constructor for class gov.usgs.earthquake.event.EventIDAssociator
Create a new EventIDAssociator.
EventInfo - Interface in gov.usgs.earthquake.event
 
EventQuery - Class in gov.usgs.earthquake.event
Event Query class.
EventQuery() - Constructor for class gov.usgs.earthquake.event.EventQuery
Construct a blank EventQuery.
EventSanityCheck - Class in gov.usgs.earthquake.event
Compare 2 versions of the same event to see if it has changed significantly and requires human inspection.
EventSanityCheck() - Constructor for class gov.usgs.earthquake.event.EventSanityCheck
Default constructor with values as follows:
EventSanityCheck(BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class gov.usgs.earthquake.event.EventSanityCheck
Constructor with configurable thresholds.
EventWebService - Class in gov.usgs.earthquake.event
A wrapper around the Event Web Service.
EventWebService(URL) - Constructor for class gov.usgs.earthquake.event.EventWebService
Construct an EventWebService.
EXIT_EVENT_NOT_FOUND - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
EXIT_EVENT_NOT_SANE - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
EXIT_MULTIPLE_EVENTS_FOUND - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
EXIT_SUCCESS - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
EXIT_USAGE - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 

F

Format - Enum in gov.usgs.earthquake.event
 
format(Date) - Static method in class gov.usgs.earthquake.event.ISO8601
Convenience method to format a Date as an XML DateTime String.
formatOutput(EventInfo, String, List<JsonEventInfo>) - Method in class gov.usgs.earthquake.event.EventIDAssociator
Format main method output based on referenceEvent, search network, and list of found events.

G

getAlert() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getAlertLevel() - Method in class gov.usgs.earthquake.event.EventQuery
 
getBigDecimal(Object) - Static method in class gov.usgs.earthquake.event.JsonUtil
Convert Object to BigDecimal.
getCatalog() - Method in class gov.usgs.earthquake.event.EventQuery
 
getCdi() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getCode() - Method in class gov.usgs.earthquake.event.EventId
 
getCode() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getContributor() - Method in class gov.usgs.earthquake.event.EventQuery
 
getDate(Object) - Static method in class gov.usgs.earthquake.event.JsonUtil
Convert Object to Date.
getDepth() - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
getDepth() - Method in interface gov.usgs.earthquake.event.EventInfo
 
getDepth() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getDepth() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getDepthDifference() - Method in class gov.usgs.earthquake.event.EventComparison
 
getDepthThreshold() - Method in class gov.usgs.earthquake.event.EventSanityCheck
 
getDetail() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getDistance(EventInfo, EventInfo) - Static method in class gov.usgs.earthquake.event.EventComparison
Compares two events and returns their distance in kilometers.
getDistance(double, double, double, double) - Static method in class gov.usgs.earthquake.event.EventComparison
Utilizes the haversine formula to calculate great circle distance.
getDistance(EventComparison) - Method in class gov.usgs.earthquake.event.EventSanityCheck
Calculate the "euclidean" distance between 2 events.
getDistance() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getDistanceThreshold() - Method in class gov.usgs.earthquake.event.EventSanityCheck
 
getDmin() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getEndTime() - Method in class gov.usgs.earthquake.event.EventQuery
 
getEvent() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getEventComparison() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getEventId() - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
getEventId() - Method in interface gov.usgs.earthquake.event.EventInfo
 
getEventId() - Method in class gov.usgs.earthquake.event.EventQuery
 
getEventId() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getEventId() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getEvents(EventQuery) - Method in class gov.usgs.earthquake.event.EventWebService
Request events from the event web service.
getEventSanityCheck() - Method in class gov.usgs.earthquake.event.EventIDAssociator
 
getEventType() - Method in class gov.usgs.earthquake.event.EventQuery
 
getEventWebService() - Method in class gov.usgs.earthquake.event.EventIDAssociator
 
getExitCode(List<JsonEventInfo>) - Method in class gov.usgs.earthquake.event.EventIDAssociator
Determine main method exit code based on list of events.
getFelt() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getFormat() - Method in class gov.usgs.earthquake.event.EventQuery
 
getGap() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getIds() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getIncludeAllMagnitudes() - Method in class gov.usgs.earthquake.event.EventQuery
 
getIncludeAllOrigins() - Method in class gov.usgs.earthquake.event.EventQuery
 
getIncludeArrivals() - Method in class gov.usgs.earthquake.event.EventQuery
 
getInputStream(URL) - Static method in class gov.usgs.earthquake.event.UrlUtil
Open a URL attempting to use gzip compression.
getInteger(Object) - Static method in class gov.usgs.earthquake.event.JsonUtil
Convert Object to Integer.
getJsonArray(Object) - Static method in class gov.usgs.earthquake.event.JsonUtil
Convert Object to JSONArray.
getJsonObject(Object) - Static method in class gov.usgs.earthquake.event.JsonUtil
Convert Object to JSONObject.
getKmlAnimated() - Method in class gov.usgs.earthquake.event.EventQuery
 
getKmlColorBy() - Method in class gov.usgs.earthquake.event.EventQuery
 
getLatitude() - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
getLatitude() - Method in interface gov.usgs.earthquake.event.EventInfo
 
getLatitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getLatitude() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getLatitude() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getLimit() - Method in class gov.usgs.earthquake.event.EventQuery
 
getLocationDifference() - Method in class gov.usgs.earthquake.event.EventComparison
 
getLong(Object) - Static method in class gov.usgs.earthquake.event.JsonUtil
Convert Object to Long.
getLongitude() - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
getLongitude() - Method in interface gov.usgs.earthquake.event.EventInfo
 
getLongitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getLongitude() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getLongitude() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getMag() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getMagnitude() - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
getMagnitude() - Method in interface gov.usgs.earthquake.event.EventInfo
 
getMagnitude() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getMagnitudeDifference() - Method in class gov.usgs.earthquake.event.EventComparison
 
getMagnitudeThreshold() - Method in class gov.usgs.earthquake.event.EventSanityCheck
 
getMagnitudeType() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMagType() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getMaxCdi() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxDepth() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxGap() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxLatitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxLongitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxMagnitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxMmi() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxRadius() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMaxSig() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinCdi() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinDepth() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinFelt() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinGap() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinLatitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinLongitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinMagnitude() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinMmi() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinRadius() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMinSig() - Method in class gov.usgs.earthquake.event.EventQuery
 
getMmi() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getNearbyCriteria() - Method in class gov.usgs.earthquake.event.EventIDAssociator
 
getNearbyEvents(Date, BigDecimal, BigDecimal, BigDecimal, BigDecimal, String) - Method in class gov.usgs.earthquake.event.EventIDAssociator
Search for nearby events using latitude, longitude, and time.
getNearbyEvents(EventInfo, String) - Method in class gov.usgs.earthquake.event.EventIDAssociator
Search for nearby events using an EventInfo object.
getNet() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getNetwork() - Method in class gov.usgs.earthquake.event.EventId
 
getNst() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getOffset() - Method in class gov.usgs.earthquake.event.EventQuery
 
getOrderBy() - Method in class gov.usgs.earthquake.event.EventQuery
 
getPlace() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getProductType() - Method in class gov.usgs.earthquake.event.EventQuery
 
getQueryString(HashMap<String, Object>) - Static method in class gov.usgs.earthquake.event.UrlUtil
Utility method to build a query string from a map of parameters.
getReviewStatus() - Method in class gov.usgs.earthquake.event.EventQuery
 
getRms() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getServiceUrl() - Method in class gov.usgs.earthquake.event.EventWebService
 
getSig() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getSortedNearbyEvents(EventInfo, String) - Method in class gov.usgs.earthquake.event.EventIDAssociator
Get nearby events, and sort them based on distance (closest first) from the reference event.
getSources() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getStartTime() - Method in class gov.usgs.earthquake.event.EventQuery
 
getStatus() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getString(Object) - Static method in class gov.usgs.earthquake.event.JsonUtil
Convert Object to String.
getTime() - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
getTime() - Method in interface gov.usgs.earthquake.event.EventInfo
 
getTime() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getTime() - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
getTimeDifference() - Method in class gov.usgs.earthquake.event.EventComparison
 
getTimeThreshold() - Method in class gov.usgs.earthquake.event.EventSanityCheck
 
getTsunami() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getType() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getTypes() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getTz() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getUpdated() - Method in class gov.usgs.earthquake.event.JsonEvent
 
getUpdatedAfter() - Method in class gov.usgs.earthquake.event.EventQuery
 
getUrl(EventQuery, Format) - Method in class gov.usgs.earthquake.event.EventWebService
Convert an EventQuery object into an EventWebService URL, using a specific return format.
getUrl() - Method in class gov.usgs.earthquake.event.JsonEvent
 
gov.usgs.earthquake.event - package gov.usgs.earthquake.event
 
GZIP_ENCODING - Static variable in class gov.usgs.earthquake.event.UrlUtil
 

I

isMatch(EventComparison) - Method in class gov.usgs.earthquake.event.EventSanityCheck
Compares two events and returns a string of errors if they are not similar enough or null otherwise.
ISO8601 - Class in gov.usgs.earthquake.event
Convert between java.util.Date and ISO8601 string.
ISO8601() - Constructor for class gov.usgs.earthquake.event.ISO8601
 

J

JsonEvent - Class in gov.usgs.earthquake.event
JSON Event class.
JsonEvent(JSONObject) - Constructor for class gov.usgs.earthquake.event.JsonEvent
Construct a new JSONEvent from an existing json object.
JsonEventInfo - Class in gov.usgs.earthquake.event
 
JsonEventInfo(JsonEvent) - Constructor for class gov.usgs.earthquake.event.JsonEventInfo
 
JsonEventInfoComparator - Class in gov.usgs.earthquake.event
Provides an ordering for events, based on "euclidean" distance from a reference event.
JsonEventInfoComparator(EventSanityCheck, EventInfo) - Constructor for class gov.usgs.earthquake.event.JsonEventInfoComparator
Construct a new EventInfoComparator.
JsonUtil - Class in gov.usgs.earthquake.event
Utility class for (safely) converting JSONSimple Objects to their types.
JsonUtil() - Constructor for class gov.usgs.earthquake.event.JsonUtil
 

K

KILOMETERS_PER_DEGREE - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
KmlColorBy - Enum in gov.usgs.earthquake.event
 

L

LATITUDE_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
LOCATION_CHECK_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
LOCATION_DIFFERENCE_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
LONGITUDE_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 

M

MAGNITUDE_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
MAGNITUDE_CHECK_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
MAGNITUDE_DIFFERENCE_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
MAGNITUDE_THRESHOLD - Static variable in class gov.usgs.earthquake.event.EventSanityCheck
 
main(String[]) - Static method in class gov.usgs.earthquake.event.EventIDAssociator
 

N

NETWORK_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 

O

OrderBy - Enum in gov.usgs.earthquake.event
 

P

parse(String) - Static method in class gov.usgs.earthquake.event.ISO8601
Convenience method to parse an XML Date Time into a Date.
parseEventIDAssociator(String[]) - Static method in class gov.usgs.earthquake.event.EventIDAssociator
 
parseJsonEventCollection(InputStream) - Method in class gov.usgs.earthquake.event.EventWebService
Parse the response from event web service into an array of JSONEvent objects.
parseNetwork(String[]) - Static method in class gov.usgs.earthquake.event.EventIDAssociator
 
parseReferenceEvent(String[]) - Static method in class gov.usgs.earthquake.event.EventIDAssociator
 

R

ReviewStatus - Enum in gov.usgs.earthquake.event
 

S

SERVICE_URL_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
setAlertLevel(AlertLevel) - Method in class gov.usgs.earthquake.event.EventQuery
 
setCatalog(String) - Method in class gov.usgs.earthquake.event.EventQuery
 
setContributor(String) - Method in class gov.usgs.earthquake.event.EventQuery
 
setDepth(BigDecimal) - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
setDistance(Double) - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
setEndTime(Date) - Method in class gov.usgs.earthquake.event.EventQuery
 
setEventComparison(EventComparison) - Method in class gov.usgs.earthquake.event.JsonEventInfo
 
setEventId(EventId) - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
setEventId(String) - Method in class gov.usgs.earthquake.event.EventQuery
 
setEventSanityCheck(EventSanityCheck) - Method in class gov.usgs.earthquake.event.EventIDAssociator
 
setEventType(String) - Method in class gov.usgs.earthquake.event.EventQuery
 
setEventWebService(EventWebService) - Method in class gov.usgs.earthquake.event.EventIDAssociator
 
setFormat(Format) - Method in class gov.usgs.earthquake.event.EventQuery
 
setIncludeAllMagnitudes(Boolean) - Method in class gov.usgs.earthquake.event.EventQuery
 
setIncludeAllOrigins(Boolean) - Method in class gov.usgs.earthquake.event.EventQuery
 
setIncludeArrivals(Boolean) - Method in class gov.usgs.earthquake.event.EventQuery
 
setKmlAnimated(Boolean) - Method in class gov.usgs.earthquake.event.EventQuery
 
setKmlColorBy(KmlColorBy) - Method in class gov.usgs.earthquake.event.EventQuery
 
setLatitude(BigDecimal) - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
setLatitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setLimit(Integer) - Method in class gov.usgs.earthquake.event.EventQuery
 
setLongitude(BigDecimal) - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
setLongitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMagnitude(BigDecimal) - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
setMagnitudeType(String) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxCdi(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxDepth(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxGap(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxLatitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxLongitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxMagnitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxMmi(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxRadius(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMaxSig(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinCdi(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinDepth(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinFelt(Integer) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinGap(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinLatitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinLongitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinMagnitude(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinMmi(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinRadius(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setMinSig(BigDecimal) - Method in class gov.usgs.earthquake.event.EventQuery
 
setNearbyCriteria(EventComparison) - Method in class gov.usgs.earthquake.event.EventIDAssociator
 
setOffset(Integer) - Method in class gov.usgs.earthquake.event.EventQuery
 
setOrderBy(OrderBy) - Method in class gov.usgs.earthquake.event.EventQuery
 
setProductType(String) - Method in class gov.usgs.earthquake.event.EventQuery
 
setReviewStatus(ReviewStatus) - Method in class gov.usgs.earthquake.event.EventQuery
 
setStartTime(Date) - Method in class gov.usgs.earthquake.event.EventQuery
 
setTime(Date) - Method in class gov.usgs.earthquake.event.DefaultEventInfo
 
setUpdatedAfter(Date) - Method in class gov.usgs.earthquake.event.EventQuery
 
sortEvents(List<JsonEvent>, EventInfo) - Method in class gov.usgs.earthquake.event.EventIDAssociator
Sort events based on "distance" from reference event.

T

TIME_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
TIME_CHECK_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
TIME_DIFFERENCE_ARGUMENT - Static variable in class gov.usgs.earthquake.event.EventIDAssociator
 
TIME_THRESHOLD - Static variable in class gov.usgs.earthquake.event.EventSanityCheck
 
toString() - Method in enum gov.usgs.earthquake.event.AlertLevel
 
toString() - Method in class gov.usgs.earthquake.event.EventId
 
toString() - Method in enum gov.usgs.earthquake.event.Format
 
toString() - Method in enum gov.usgs.earthquake.event.KmlColorBy
 
toString() - Method in enum gov.usgs.earthquake.event.OrderBy
 
toString() - Method in enum gov.usgs.earthquake.event.ReviewStatus
 

U

UrlUtil - Class in gov.usgs.earthquake.event
Utility methods for building and opening URLs.
UrlUtil() - Constructor for class gov.usgs.earthquake.event.UrlUtil
 

V

valueOf(String) - Static method in enum gov.usgs.earthquake.event.AlertLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.usgs.earthquake.event.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.usgs.earthquake.event.KmlColorBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.usgs.earthquake.event.OrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.usgs.earthquake.event.ReviewStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum gov.usgs.earthquake.event.AlertLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.usgs.earthquake.event.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.usgs.earthquake.event.KmlColorBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.usgs.earthquake.event.OrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.usgs.earthquake.event.ReviewStatus
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G I J K L M N O P R S T U V