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 RealQuantitygetAzimuth()RealQuantitygetLength()RealQuantitygetPlunge()voidsetAzimuth(RealQuantity azimuth)voidsetLength(RealQuantity length)voidsetPlunge(RealQuantity plunge)
-
-
-
Constructor Detail
-
Axis
public Axis(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Detail
-
getAzimuth
public RealQuantity getAzimuth()
-
getLength
public RealQuantity getLength()
-
getPlunge
public RealQuantity getPlunge()
-
setAzimuth
public void setAzimuth(RealQuantity azimuth)
-
setLength
public void setLength(RealQuantity length)
-
setPlunge
public void setPlunge(RealQuantity plunge)
-
-