public class Tensor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT_NAME |
Constructor and Description |
---|
Tensor(javax.xml.stream.XMLEventReader reader) |
Modifier and Type | Method and Description |
---|---|
RealQuantity |
getMpp() |
RealQuantity |
getMrp() |
RealQuantity |
getMrr() |
RealQuantity |
getMrt() |
RealQuantity |
getMtp() |
RealQuantity |
getMtt() |
void |
setMpp(RealQuantity mpp) |
void |
setMrp(RealQuantity mrp) |
void |
setMrr(RealQuantity mrr) |
void |
setMrt(RealQuantity mrt) |
void |
setMtp(RealQuantity mtp) |
void |
setMtt(RealQuantity mtt) |
public static final java.lang.String ELEMENT_NAME
public Tensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
javax.xml.stream.XMLStreamException
SeisFileException
public RealQuantity getMpp()
public RealQuantity getMrp()
public RealQuantity getMrr()
public RealQuantity getMrt()
public RealQuantity getMtp()
public RealQuantity getMtt()
public void setMpp(RealQuantity mpp)
public void setMrp(RealQuantity mrp)
public void setMrr(RealQuantity mrr)
public void setMrt(RealQuantity mrt)
public void setMtp(RealQuantity mtp)
public void setMtt(RealQuantity mtt)