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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealQuantity
getAzimuth()
RealQuantity
getLength()
RealQuantity
getPlunge()
-
-
-
Constructor Detail
-
Axis
public Axis(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
getAzimuth
public RealQuantity getAzimuth()
-
getPlunge
public RealQuantity getPlunge()
-
getLength
public RealQuantity getLength()
-
-