3.2.6const for service name
Type: string
Major version of the FDSN spec supported here. Currently is 1.
Type: number
Service name as used in the FDSN DataCenters registry, https://www.fdsn.org/datacenters
Query to a FDSN Event web service.
Extends FDSNCommon
(any)
optional host to connect to, defaults to USGS
Gets/Sets the version of the fdsnws spec, 1 is currently the only value. Setting this is probably a bad idea as the code may not be compatible with the web service.
(any)
optional new value if setting
any:
new value if getting, this if setting
Gets/Sets the protocol, http or https. This should match the protocol of the page loaded, but is autocalculated and generally need not be set.
(any)
optional new value if setting
any:
new value if getting, this if setting
Gets/Sets the remote host to connect to.
(any)
optional new value if setting
any:
new value if getting, this if setting
Gets/Sets the remote port to connect to.
(any)
optional new value if setting
any:
new value if getting, this if setting
(any)
Gets/Sets the nodata parameter, usually 404 or 204 (default), controlling the status code when no matching data is found by the service.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the timeout in seconds for the request. Default is 30.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the eventid query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the starttime query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the endtime query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Sets startTime and endTime using the given time window
(any)
time window
any:
this
Get/Set the updatedafter query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the minmag query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the maxmag query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the magnitudetype query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the mindepth query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the maxdepth query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the minlat query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the maxlat query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the minlon query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the maxlon query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the latitude query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the longitude query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the minradius query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the maxradius query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the includearrivals query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the includeallorigins query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the includeallmagnitudes query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the format query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the limit query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the offset query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the orderby query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the catalog query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the contributor query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
(any)
Checks to see if any parameter that would limit the data returned is set. This is a crude, coarse check to make sure the client doesn't ask for EVERYTHING the server has.
any:
true is some parameter is set
Queries the remote service and parses the returned xml.
any:
Promise to an Array of Quake objects.
Queries the remote server, to get QuakeML xml.
any:
xml Document
Forms the basic URL to contact the web service, without any query paramters
any:
the url
Forms the URL to get catalogs from the web service, without any query paramters
any:
the url
Queries the remote web service to get known catalogs
any:
Promise to Array of catalog names
Forms the URL to get contributors from the web service, without any query paramters
any:
the url
Queries the remote web service to get known contributors
any:
Promise to Array of contributor names
Forms the URL to get version from the web service, without any query paramters
any:
the url
Queries the remote web service to get its version
any:
Promise to version string
Form URL to query the remote web service, encoding the query parameters.
any:
url