LEVEL_NETWORK

src/fdsnstation.js
LEVEL_NETWORK

Type: string

LEVEL_STATION

src/fdsnstation.js
LEVEL_STATION

Type: string

LEVEL_CHANNEL

src/fdsnstation.js
LEVEL_CHANNEL

Type: string

LEVEL_RESPONSE

src/fdsnstation.js
LEVEL_RESPONSE

Type: string

LEVELS

SERVICE_VERSION

src/fdsnstation.js

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

SERVICE_VERSION

Type: number

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

SERVICE_NAME
IRIS_HOST

Type: string

FAKE_EMPTY_XML

src/fdsnstation.js

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

FAKE_EMPTY_XML

Type: string

Query to a FDSN Station web service.

new StationQuery(host: string?)
Parameters
host (string?) optional host to connect to, defaults to IRIS
Instance Members
specVersion(value?)
protocol(value?)
host(value?)
port(value?)
nodata(value?)
networkCode(value?)
stationCode(value?)
locationCode(value?)
channelCode(value?)
startTime(value?)
endTime(value?)
timeWindow(se)
startBefore(value?)
endBefore(value?)
startAfter(value?)
endAfter(value?)
minLat(value?)
maxLat(value?)
minLon(value?)
maxLon(value?)
latitude(value?)
longitude(value?)
minRadius(value?)
maxRadius(value?)
includeRestricted(value?)
includeAvailability(value?)
format(value?)
updatedAfter(value?)
matchTimeseries(value?)
timeout(value?)
isSomeParameterSet()
queryNetworks()
queryStations()
queryChannels()
queryResponses()
query(level)
queryRawXml(level)
formVersionURL()
queryVersion()
formBaseURL()
formURL(level)