Package edu.sc.seis.seisFile.fdsnws
Class FDSNStationQuerier
java.lang.Object
edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
edu.sc.seis.seisFile.fdsnws.FDSNStationQuerier
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
connectionUri, connectTimeout, DEFAULT_CONNECT_TIMEOUT, DEFAULT_READ_TIMEOUT, DEFAULT_USER_AGENT, proxyHost, proxyPort, proxyProtocol, readTimeout, validate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformURI()
void
outputRaw
(OutputStream out) void
void
validateFDSNStationXML
(URL schemaURL) Methods inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
checkConnectionInitiated, close, connect, extractErrorMessage, extractRootCause, getAcceptHeader, getConnectionUri, getConnectTimeout, getErrorMessage, getHttpResponse, getInputStream, getProxyHost, getProxyPort, getProxyProtocol, getRawXML, getReader, getReadTimeout, getResponseCode, getUserAgent, isConnectionInitiated, isEmpty, isError, isValidate, outputRaw, processConnection, setAcceptHeader, setConnectTimeout, setProxyHost, setProxyPort, setProxyProtocol, setReadTimeout, setUserAgent, setValidate, validate
-
Constructor Details
-
FDSNStationQuerier
-
-
Method Details
-
getSchemaURL
- Specified by:
getSchemaURL
in classAbstractFDSNQuerier
-
validateFDSNStationXML
- Throws:
SeisFileException
URISyntaxException
-
validateFDSNStationXML
- Throws:
SeisFileException
URISyntaxException
-
outputRaw
- Overrides:
outputRaw
in classAbstractFDSNQuerier
- Throws:
IOException
URISyntaxException
FDSNWSException
-
getFDSNStationXML
- Throws:
FDSNWSException
-
formURI
- Specified by:
formURI
in classAbstractFDSNQuerier
- Throws:
URISyntaxException
-