3.2.7Type: string
xml namespace for stationxml
Type: string
Type: string
Type: boolean
a fake, completely empty stationxml document in case of no data.
Type: string
Type: string
Type: string
Typescript guard for channelclick CustomEvents.
(any)
generic event to ensure is a CustomEvent
any:
true if is correct type
Typescript guard for stationclick CustomEvents.
(any)
generic event to ensure is a CustomEvent
any:
true if is correct type
Utility function to create CustomEvent for clicking on a Channel, for example in a map or table.
(any)
Channel clicked on
(any)
original mouse click Event
any:
CustomEvent populated with channel field in detail.
Utility function to create CustomEvent for clicking on a Station, for example in a map or table.
(any)
Station clicked on
(any)
original mouse click Event
any:
CustomEvent populated with station field in detail.
(any)
(any)
(any)
(any)
(any)
(any)
(any
= ".")
(any)
(any)
(any)
(any)
(any)
(any)
(any)
Checks if this channel has sensitivity defined, within the response.
any:
true if instrumentSensitivity exits
(any)
return network, station, location and channels codes as one string.
any:
net.sta.loc.chan
return network, station, location and channels codes as one string.
(any
= ".")
separator, defaults to dot '.'
any:
net.sta.loc.chan
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
Extends AbstractFilterType
(any)
(any)
Extends AbstractFilterType
(any)
(any)
Extends AbstractFilterType
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
Parses the FDSN StationXML returned from a query.
(any)
parsed xml to extract objects from
any:
an Array of Network objects.
Parses a FDSNStationXML Network xml element into a Network object.
(any)
the network xml Element
any:
Network instance
Parses a FDSNStationXML Station xml element into a Station object.
(any)
the containing network
(any)
the station xml Element
any:
Station instance
Parses a FDSNStationXML Channel xml element into a Channel object.
(any)
the containing staton
(any)
the channel xml Element
any:
Channel instance
(any)
(any)
(any)
(any)
Parses a FDSNStationXML Response xml element into a Response object.
(any)
the response xml Element
any:
Response instance
Parses a FDSNStationXML InstrumentSensitivity xml element into a InstrumentSensitivity object.
(any)
the InstrumentSensitivity xml Element
any:
InstrumentSensitivity instance
Parses a FDSNStationXML Stage xml element into a Stage object.
(any)
the Stage xml Element
any:
Stage instance
Parses a FDSNStationXML Decimation xml element into a Decimation object.
(any)
the Decimation xml Element
any:
Decimation instance
Parses a FDSNStationXML Gain xml element into a Gain object.
(any)
the Gain xml Element
any:
Gain instance
(any)
(any)
Extracts a complex number from an stationxml element.
(any)
xml element
any:
Complex instance
Generator function to access all active stations within all networks in the array.
(any)
array of Networks
(any)
time for station to be active, defaults to now
Generator function to access all stations within all networks in the array.
(any)
array of Networks
Generator function to access all active stations within all networks in the array.
(any)
array of Networks
(any)
time for station to be active, defaults to now
Generator function to access all channels within all stations within all networks in the array.
(any)
array of Networks
Generator function to access all active channels within all networks in the array.
(any)
array of Networks
(any)
time for channel to be active, defaults to now
Extract all channels from all stations from all networks in the input array. Regular expressions may be used instead of exact code matchs.
(any)
Array of networks.
(any
= ".*")
network code to match, defaults to .*
(any
= ".*")
station code to match, defaults to .*
(any
= ".*")
location code to match, defaults to .*
(any
= ".*")
channel code to match, defaults to .*
(any)
(any)
(any)
(any)
(any)
Fetches and parses StationXML from a URL. This can be used in instances where a static stationXML file is available on a web site instead of via a web service with query paramters.
(any)
the url to download from
(any
= 10)
timeout in case of failed connection
(any
= 204)
http code for no data
any:
Promise to parsed StationXML as an Network array
(any)