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
Modifier and Type Method Description boolean
checkSchemaVersion()
void
close()
static Quakeml
createEmptyQuakeML()
static java.net.URL
findInternalBEDSchema()
static java.net.URL
findInternalSchema()
EventParameters
getEventParameters()
java.lang.String
getSchemaVersion()
static void
printSchema(java.io.OutputStream out)
void
setEventParameters(EventParameters eventParameters)
void
setQuerier(FDSNEventQuerier q)
void
setResponse(org.apache.http.client.methods.CloseableHttpResponse response)
void
setSchemaVersion(java.lang.String schemaVersion)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Quakeml
public Quakeml(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Details
-
createEmptyQuakeML
-
findInternalSchema
public static java.net.URL findInternalSchema() -
findInternalBEDSchema
public static java.net.URL findInternalBEDSchema() -
printSchema
public static void printSchema(java.io.OutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
checkSchemaVersion
public boolean checkSchemaVersion() -
close
public void close() -
getEventParameters
-
getSchemaVersion
public java.lang.String getSchemaVersion() -
setEventParameters
-
setQuerier
-
setResponse
public void setResponse(org.apache.http.client.methods.CloseableHttpResponse response) -
setSchemaVersion
public void setSchemaVersion(java.lang.String schemaVersion)
-