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, DEFAULT_USER_AGENT, proxyHost, proxyPort, proxyProtocol, readTimeout, validate
-
-
Constructor Summary
Constructors Constructor Description FDSNEventCatalogQuerier(FDSNEventQueryParams queryParams)
-
Method Summary
All Methods Instance Methods Concrete Methods 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 null-
Methods inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
checkConnectionInitiated, close, connect, extractErrorMessage, extractRootCause, finalize, 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
-
-
-
-
Constructor Detail
-
FDSNEventCatalogQuerier
public FDSNEventCatalogQuerier(FDSNEventQueryParams queryParams)
-
-
Method Detail
-
getSchemaURL
public java.net.URL getSchemaURL()
no schema for catalog, return null- Specified by:
getSchemaURL
in classAbstractFDSNQuerier
-
getCatalogs
public java.util.List<java.lang.String> getCatalogs() throws FDSNWSException
- Throws:
FDSNWSException
-
getContributors
public java.util.List<java.lang.String> getContributors() throws FDSNWSException
- Throws:
FDSNWSException
-
formURI
public java.net.URI formURI() throws java.net.URISyntaxException
- Specified by:
formURI
in classAbstractFDSNQuerier
- Throws:
java.net.URISyntaxException
-
-