Class Quakeml
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.Quakeml
-
public class Quakeml extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Quakeml(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkSchemaVersion()
void
close()
static Quakeml
createEmptyQuakeML()
EventParameters
getEventParameters()
java.lang.String
getSchemaVersion()
static java.net.URL
loadSchema()
void
setQuerier(FDSNEventQuerier q)
void
setResponse(org.apache.http.client.methods.CloseableHttpResponse response)
-
-
-
Constructor Detail
-
Quakeml
public Quakeml(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
getEventParameters
public EventParameters getEventParameters()
-
getSchemaVersion
public java.lang.String getSchemaVersion()
-
checkSchemaVersion
public boolean checkSchemaVersion()
-
setResponse
public void setResponse(org.apache.http.client.methods.CloseableHttpResponse response)
-
close
public void close()
-
createEmptyQuakeML
public static Quakeml createEmptyQuakeML()
-
loadSchema
public static java.net.URL loadSchema()
-
setQuerier
public void setQuerier(FDSNEventQuerier q)
-
-