3.0.0-alpha.1
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
a fake, completely empty stationxml document in case of no data.
Type: string
Query to a FDSN Station web service.
Extends FDSNCommon
(string?)
optional host to connect to, defaults to IRIS
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.
(string?)
optional new value if setting
StationQuery
:
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.
(string?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Gets/Sets the remote host to connect to.
(string?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Gets/Sets the remote port to connect to.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Gets/Sets the nodata parameter, usually 404 or 204 (default), controlling the status code when no matching data is found by the service.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the network query parameter.
(string?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the station query parameter.
(string?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the location code query parameter.
(string?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the channel query parameter.
(string?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the starttime query parameter.
(DateTime?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the endtime query parameter.
(DateTime?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Sets startTime and endTime using the given time window
(Interval)
time window
StationQuery
:
this
(Interval)
time interval
StationQuery
:
this
Get/Set the startbefore query parameter.
(DateTime?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the endbefore query parameter.
(DateTime?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the startafter query parameter.
(DateTime?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the endafter query parameter.
(DateTime?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the minlat query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the maxlon query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the minlon query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the maxlon query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the latitude query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the longitude query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the minradius query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the maxradius query parameter.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the includerestricted query parameter.
(boolean?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the includeavailability query parameter.
(boolean?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the format query parameter.
(string?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the updatedafter query parameter.
(DateTime?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Get/Set the matchtimeseries query parameter.
(boolean?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
((LatLonRegion | null))
StationQuery
(NslcId)
StationQuery
Get/Set the timeout in seconds for the request. Default is 30.
(number?)
optional new value if setting
StationQuery
:
new value if getting, this if setting
Execute POST request using params defined in this, for given level, and with channel lines of the form:
NET STA LOC CHA STARTTIME ENDTIME
Note that empty LOC should be encoded as dash-dash
(string)
level to request, one of network, station, channel, response
Promise<Array<Network>>
:
a Promise to an Array of Network objects.
Queries the remote web service at the given level for raw xml. Note that in the case of a nodata status code, xml that represents a valid stationxml but with zero <Network> elements will be returned as this simplifies parsing.
(string)
the level to query at, network, station, channel or response.
Promise<Document>
:
a Promise to an xml Document.
Queries the remote web service at the given level for unparsed xml as text. Note that in the case of a nodata status code, text that represents a valid stationxml but with zero <Network> elements will be returned as this simplifies parsing.
(string)
the level to query at, network, station, channel or response.
Promise<string>
:
a Promise to string.
Execute POST request using params defined in this, for given level, and with channel lines of the form:
NET STA LOC CHA STARTTIME ENDTIME
Note that empty LOC should be encoded as dash-dash
(string)
level to request, one of network, station, channel, response
Promise<Document>
:
string suitable for POST to fdsn station web service.
Creates post body using params defined in this, for given level, and with optional channel lines of the form:
NET STA LOC CHA STARTTIME ENDTIME
Note that empty LOC should be encoded as dash-dash
(string)
level to request, one of network, station, channel, response
string
:
string suitable for POST to fdsn station web service.
Extends HTMLElement
(HTMLElement)
(string)
(ShadowRoot)
(StationQuery?)
StationQuery
LatLonChoice
Type: string