public class Quakeml
extends java.lang.Object
Constructor and Description |
---|
Quakeml(javax.xml.stream.XMLEventReader reader) |
Modifier and Type | Method and 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) |
public Quakeml(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
javax.xml.stream.XMLStreamException
SeisFileException
public EventParameters getEventParameters()
public java.lang.String getSchemaVersion()
public boolean checkSchemaVersion()
public void setResponse(org.apache.http.client.methods.CloseableHttpResponse response)
public void close()
public static Quakeml createEmptyQuakeML()
public static java.net.URL loadSchema()
public void setQuerier(FDSNEventQuerier q)