Package edu.sc.seis.seisFile.fdsnws
Class IRISFedCatQuerier
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
-
- edu.sc.seis.seisFile.fdsnws.IRISFedCatQuerier
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class IRISFedCatQuerier extends AbstractFDSNQuerier
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME-
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 Constructor Description IRISFedCatQuerier(IRISFedCatQueryParams queryParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIformURI()java.net.URLgetSchemaURL()java.util.List<Station>getStationsFromText()-
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, outputRaw, processConnection, setAcceptHeader, setConnectTimeout, setProxyHost, setProxyPort, setProxyProtocol, setReadTimeout, setUserAgent, setValidate, validate
-
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IRISFedCatQuerier
public IRISFedCatQuerier(IRISFedCatQueryParams queryParams)
-
-
Method Detail
-
formURI
public java.net.URI formURI() throws java.net.URISyntaxException- Specified by:
formURIin classAbstractFDSNQuerier- Throws:
java.net.URISyntaxException
-
getSchemaURL
public java.net.URL getSchemaURL()
- Specified by:
getSchemaURLin classAbstractFDSNQuerier
-
getStationsFromText
public java.util.List<Station> getStationsFromText() throws FDSNWSException
- Throws:
FDSNWSException
-
-