IRIS_HOST

IRIS_HOST

LEVEL_NETWORK

LEVEL_NETWORK

Type: string

LEVEL_STATION

LEVEL_STATION

Type: string

LEVEL_CHANNEL

LEVEL_CHANNEL

Type: string

LEVEL_RESPONSE

LEVEL_RESPONSE

Type: string

LEVELS

LEVELS

SERVICE_VERSION

Major version of the FDSN spec supported here. Currently is 1.

SERVICE_VERSION

Type: number

SERVICE_NAME

Service name as used in the FDSN DataCenters registry, https://www.fdsn.org/datacenters

SERVICE_NAME

FAKE_EMPTY_XML

a fake, completely empty stationxml document in case of no data.

FAKE_EMPTY_XML

Type: string

StationQuery

Query to a FDSN Station web service.

new StationQuery(host: string?)

Extends FDSNCommon

Parameters
host (string?) optional host to connect to, defaults to IRIS
Related
https://www.fdsn.org/webservices/
Instance Members
specVersion(value?)
getSpecVersion()
protocol(value?)
getProtocol()
host(value?)
getHost()
port(value?)
getPort()
nodata(value?)
getNodata()
networkCode(value?)
getNetworkCode()
stationCode(value?)
getStationCode()
locationCode(value?)
getLocationCode()
channelCode(value?)
getChannelCode()
startTime(value?)
getStartTime()
endTime(value?)
getEndTime()
timeRange(se)
startBefore(value?)
getStartBefore()
endBefore(value?)
getEndBefore()
startAfter(value?)
getStartAfter()
endAfter(value?)
getEndAfter()
minLat(value?)
getMinLat()
maxLat(value?)
getMaxLat()
minLon(value?)
getMinLon()
maxLon(value?)
getMaxLon()
latitude(value?)
getLatitude()
longitude(value?)
getLongitude()
minRadius(value?)
getMinRadius()
maxRadius(value?)
getMaxRadius()
includeRestricted(value?)
getIncludeRestricted()
includeAvailability(value?)
getIncludeAvailability()
format(value?)
getFormat()
updatedAfter(value?)
getUpdatedAfter()
matchTimeseries(value?)
getMatchTimeseries()
latLonRegion(value)
nslcCodes(channelId)
timeout(value?)
getTimeout()
isSomeParameterSet()
queryNetworks()
queryStations()
queryChannels()
queryResponses()
query(level)
postQueryNetworks(postLines)
postQueryStations(postLines)
postQueryChannels(postLines)
postQueryResponses(postLines)
postQuery(level, postLines)
queryRawXml(level)
queryRawXmlText(level)
postQueryRawXml(level, postLines)
createPostBody(level, postLines)
formVersionURL()
queryVersion()
formBaseURL()
formPostURL()
formURL(level)

ChannelSearch

new ChannelSearch()

Extends HTMLElement

Instance Members
_registerEvent(wrapper, sel)
draw_element(shadow)
populateQuery(query?)
getGeoChoiceElement()

CHANNEL_SEARCH_ELEMENT

CHANNEL_SEARCH_ELEMENT

Type: string