Package edu.sc.seis.seisFile.fdsnws
Class IRISWSVirtualNetworkQueryParams
java.lang.Object
edu.sc.seis.seisFile.fdsnws.AbstractQueryParams
edu.sc.seis.seisFile.fdsnws.IRISWSVirtualNetworkQueryParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class edu.sc.seis.seisFile.fdsnws.AbstractQueryParams
DEFAULT_HOST, IRIS_HOST, NEWLINE, NO_DATA, nodata
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionService name as defined by the fdsn, ie event, station or dataselect.Specify a magnitude type to use for testing the minimum and maximum limits.setDefinition
(boolean value) Specify a magnitude type to use for testing the minimum and maximum limits.setEndTime
(Instant value) Limit to events on or before the specified end time.Specify a magnitude type to use for testing the minimum and maximum limits.setPort
(int port) setStartTime
(Instant value) Limit to events on or after the specified start time.Methods inherited from class edu.sc.seis.seisFile.fdsnws.AbstractQueryParams
appendToParam, clear, clearParam, createDateFormat, formURI, getFDSNMajorVersion, getFdsnQueryStyle, getFdsnwsPath, getHost, getParam, getParams, getPort, getScheme, setBaseURL, setFdsnQueryStyle, setFdsnwsPath, setParam, setParam, setParam, setParam, setParam, setScheme, useHTTP, useHTTPS
-
Field Details
-
VIRTUALNETWORK_SERVICE
- See Also:
-
CODE
- See Also:
-
FORMAT
- See Also:
-
DEFINITION
- See Also:
-
STARTTIME
- See Also:
-
ENDTIME
- See Also:
-
IRISWS_PATH
- See Also:
-
-
Constructor Details
-
IRISWSVirtualNetworkQueryParams
public IRISWSVirtualNetworkQueryParams() -
IRISWSVirtualNetworkQueryParams
-
-
Method Details
-
getServiceName
Description copied from class:AbstractQueryParams
Service name as defined by the fdsn, ie event, station or dataselect.- Specified by:
getServiceName
in classAbstractQueryParams
-
setHost
-
setPort
-
setCode
Specify a magnitude type to use for testing the minimum and maximum limits. -
clearCode
-
setFormat
Specify a magnitude type to use for testing the minimum and maximum limits. -
clearFormat
-
setDefinition
Specify a magnitude type to use for testing the minimum and maximum limits. -
clearDefinition
-
setStartTime
Limit to events on or after the specified start time. -
clearStartTime
-
setEndTime
Limit to events on or before the specified end time. -
clearEndTime
-