2.0.0-alpha.6
xml namespace for stationxml
Type: string
(string)
Type: moment
Type: moment
Type: StartEndDuration
StartEndDuration
Type: moment
moment
Type: moment
moment
Type: StartEndDuration
StartEndDuration
Type: StartEndDuration
StartEndDuration
Type: InstrumentSensitivity
(InstrumentSensitivity)
Type: InstrumentSensitivity
InstrumentSensitivity
(InstrumentSensitivity?)
Type: InstrumentSensitivity
Type: (AbstractFilterType | null)
Type: (Decimation | null)
Extends AbstractFilterType
Extends AbstractFilterType
Extends AbstractFilterType
Parses the FDSN StationXML returned from a query.
(Document)
parsed xml to extract objects from
Array<Network>
:
an Array of Network objects.
Parses a FDSNStationXML Network xml element into a Network object.
(Element)
the network xml Element
Network
:
Network instance
Parses a FDSNStationXML Station xml element into a Station object.
Station
:
Station instance
Parses a FDSNStationXML Channel xml element into a Channel object.
Channel
:
Channel instance
Parses a FDSNStationXML Response xml element into a Response object.
(Element)
the response xml Element
Response
:
Response instance
Parses a FDSNStationXML InstrumentSensitivity xml element into a InstrumentSensitivity object.
(Element)
the InstrumentSensitivity xml Element
InstrumentSensitivity
:
InstrumentSensitivity instance
Parses a FDSNStationXML Stage xml element into a Stage object.
(Element)
the Stage xml Element
Stage
:
Stage instance
Parses a FDSNStationXML Decimation xml element into a Decimation object.
(Element)
the Decimation xml Element
Decimation
:
Decimation instance
Parses a FDSNStationXML Gain xml element into a Gain object.
(Element)
the Gain xml Element
Gain
:
Gain instance
Extracts a complex number from an stationxml element.
(Element)
xml element
any
:
Complex instance
Extract all stations from all networks in the input array.
Array<Station>
:
Array of stations.
Extract all channels from all stations from all networks in the input array.
Array<Channel>
:
Array of channels.
void
void
Extract all channels from all stations from all networks in the input array.
(string)
network code to match
(string)
station code to match
(string)
location code to match
(string)
channel code to match
void