Package edu.sc.seis.seisFile.fdsnws
Class FDSNEventCatalogQuerier
java.lang.Object
edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
edu.sc.seis.seisFile.fdsnws.FDSNEventCatalogQuerier
- All Implemented Interfaces:
java.lang.AutoCloseable
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, DEFAULT_USER_AGENT, proxyHost, proxyPort, proxyProtocol, 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
checkConnectionInitiated, close, connect, extractErrorMessage, extractRootCause, getAcceptHeader, getConnectionUri, getConnectTimeout, getErrorMessage, 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FDSNEventCatalogQuerier
-
-
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
-