Class Axis
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.Axis
public class Axis
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Axis(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) -
Method Summary
Modifier and Type Method Description RealQuantitygetAzimuth()RealQuantitygetLength()RealQuantitygetPlunge()voidsetAzimuth(RealQuantity azimuth)voidsetLength(RealQuantity length)voidsetPlunge(RealQuantity plunge)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Axis
public Axis(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Details
-
getAzimuth
-
getLength
-
getPlunge
-
setAzimuth
-
setLength
-
setPlunge
-