Package edu.sc.seis.seisFile.fdsnws
Class FDSNEventCatalogQuerier
java.lang.Object
edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
edu.sc.seis.seisFile.fdsnws.FDSNEventCatalogQuerier
public class FDSNEventCatalogQuerier extends AbstractFDSNQuerier
-
Field Summary
Fields inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
connectionUri, connectTimeout, DEFAULT_CONNECT_TIMEOUT, DEFAULT_READ_TIMEOUT, proxyHost, proxyPort, proxyScheme, readTimeout, validate
-
Constructor Summary
Constructors Constructor Description FDSNEventCatalogQuerier(FDSNEventQueryParams queryParams)
-
Method Summary
Modifier and Type Method Description java.net.URI
formURI()
java.util.List<java.lang.String>
getCatalogs()
java.util.List<java.lang.String>
getContributors()
java.net.URL
getSchemaURL()
no schema for catalog, return nullMethods inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
buildHttpClient, checkConnectionInitiated, close, connect, extractErrorMessage, extractRootCause, finalize, getAcceptHeader, getConnectionUri, getConnectTimeout, getErrorMessage, getInputStream, getProxyHost, getProxyPort, getProxyScheme, getRawXML, getReader, getReadTimeout, getResponseCode, getUserAgent, initHttpClientBuilder, initHttpRequestConfigBuilder, isConnectionInitiated, isEmpty, isError, isValidate, outputRaw, outputRaw, processConnection, setAcceptHeader, setConnectTimeout, setProxyHost, setProxyPort, setProxyScheme, setReadTimeout, setUserAgent, setValidate, validate
-
Constructor Details
-
Method Details
-
getSchemaURL
public java.net.URL getSchemaURL()no schema for catalog, return null- Specified by:
getSchemaURL
in classAbstractFDSNQuerier
-
getCatalogs
- Throws:
FDSNWSException
-
getContributors
- Throws:
FDSNWSException
-
formURI
public java.net.URI formURI() throws java.net.URISyntaxException- Specified by:
formURI
in classAbstractFDSNQuerier
- Throws:
java.net.URISyntaxException
-