Class Tensor
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.Tensor
-
public class Tensor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description Tensor(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealQuantity
getMpp()
RealQuantity
getMrp()
RealQuantity
getMrr()
RealQuantity
getMrt()
RealQuantity
getMtp()
RealQuantity
getMtt()
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Tensor
public Tensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
getMrr
public RealQuantity getMrr()
-
getMtt
public RealQuantity getMtt()
-
getMpp
public RealQuantity getMpp()
-
getMrt
public RealQuantity getMrt()
-
getMrp
public RealQuantity getMrp()
-
getMtp
public RealQuantity getMtp()
-
-