2.0.0-alpha.4
Type: string
Type: string
Type: string
Type: string
Major version of the FDSN spec supported here. Currently is 1.
Type: number
Service name as used in the FDSN DataCenters registry, http://www.fdsn.org/datacenters
Type: string
xml namespace for stationxml
Type: string
a fake, completely empty stationxml document in case of no data.
Type: string
Query to a FDSN Station web service.
(string?)
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.
(number?)
(number | StationQuery)
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.
(string?)
(string | StationQuery)
Gets/Sets the remote host to connect to.
(string?)
(string | StationQuery)
Gets/Sets the remote port to connect to.
(number?)
(number | StationQuery)
Gets/Sets the nodata parameter, usually 404 or 204 (default), controlling the status code when no matching data is found by the service.
(number?)
(number | StationQuery)
Get/Set the network query parameter.
(string?)
(string | StationQuery)
Get/Set the station query parameter.
(string?)
(string | StationQuery)
Get/Set the location query parameter.
(string?)
(string | StationQuery)
Get/Set the channel query parameter.
(string?)
(string | StationQuery)
Get/Set the starttime query parameter.
(moment?)
(moment | StationQuery)
Get/Set the endtime query parameter.
(moment?)
(moment | StationQuery)
Sets startTime and endTime using the given time window
(StartEndDuration)
time window
any
:
this
Get/Set the startbefore query parameter.
(moment?)
(moment | StationQuery)
Get/Set the endbefore query parameter.
(moment?)
(moment | StationQuery)
Get/Set the startafter query parameter.
(moment?)
(moment | StationQuery)
Get/Set the endafter query parameter.
(moment?)
(moment | StationQuery)
Get/Set the minlat query parameter.
(number?)
(number | StationQuery)
Get/Set the maxlon query parameter.
(number?)
(number | StationQuery)
Get/Set the minlon query parameter.
(number?)
(number | StationQuery)
Get/Set the maxlon query parameter.
(number?)
(number | StationQuery)
Get/Set the latitude query parameter.
(number?)
(number | StationQuery)
Get/Set the longitude query parameter.
(number?)
(number | StationQuery)
Get/Set the minradius query parameter.
(number?)
(number | StationQuery)
Get/Set the maxradius query parameter.
(number?)
(number | StationQuery)
Get/Set the includerestricted query parameter.
(boolean?)
(boolean | StationQuery)
Get/Set the includeavailability query parameter.
(boolean?)
(boolean | StationQuery)
Get/Set the format query parameter.
(string?)
(string | StationQuery)
Get/Set the updatedafter query parameter.
(moment?)
(moment | StationQuery)
Get/Set the matchtimeseries query parameter.
(boolean?)
(boolean | StationQuery)
Get/Set the timeout in seconds for the request. Default is 30.
(number?)
(number | StationQuery)
Forms the URL to get version from the web service, without any query paramters
any
:
the url
Forms the basic URL to contact the web service, without any query paramters
any
:
the url