IRIS_HOST

Type: string

EARTHSCOPE_HOST

src/fdsncommon.ts
EARTHSCOPE_HOST

Type: string

FDSNWS_PATH_BASE

src/fdsncommon.ts
FDSNWS_PATH_BASE

Type: string

IRISWS_PATH_BASE

src/fdsncommon.ts
IRISWS_PATH_BASE

Type: string

LOCALWS_PATH_BASE

src/fdsncommon.ts
LOCALWS_PATH_BASE

Type: string

new FDSNCommon(service: string, host: string?)
Parameters
service (string)
host (string?)
Instance Members
defaultPortStringForProtocol(protocol)

defaultPortStringForProtocol

src/fdsncommon.ts
defaultPortStringForProtocol(protocol: string, port: number)
Parameters
protocol (string)
port (number)

LatLonRegion

src/fdsncommon.ts
new LatLonRegion()
new LatLonBox(west: number, east: number, south: number, north: number)

Extends LatLonRegion

Parameters
west (number)
east (number)
south (number)
north (number)
Instance Members
south
north
asLeafletBounds()

LatLonRadius

src/fdsncommon.ts
new LatLonRadius(latitude: number, longitude: number, minRadius: number, maxRadius: number)

Extends LatLonRegion

Parameters
latitude (number)
longitude (number)
minRadius (number)
maxRadius (number)
Instance Members
latitude
longitude
minRadius
maxRadius