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

xml namespace for stationxml

STAML_NS

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?)
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()
convertToNetwork(xml)
convertToStation(network, xml)
convertToChannel(station, xml)
convertToResponse(responseXml)
convertToInstrumentSensitivity(xml)
convertToStage(stageXml, xml)
convertToDecimation(decXml, xml)
convertToGain(gainXml, xml)
queryNetworks()
queryStations()
queryChannels()
queryResponses()
query(level)
parseRawXml(rawXml)
queryRawXml(level)
formVersionURL()
queryVersion()
makeParam(name, val)
formBaseURL()
formURL(level)
util
Static Members
_grabFirstEl
_grabFirstElText
_grabFirstElFloat
_grabFirstElInt
_grabAttribute
_grabAttributeNS