Class MomentTensor
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.MomentTensor
-
public class MomentTensor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description MomentTensor(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
float
getClvd()
java.util.List<Comment>
getCommentList()
CreationInfo
getCreationInfo()
DataUsed
getDataUsed()
java.lang.String
getDerivedOriginID()
float
getDoubleCouple()
java.lang.String
getMethodID()
java.lang.String
getMomentMagnitudeID()
java.lang.String
getPublicId()
RealQuantity
getScalarMoment()
Tensor
getTensor()
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MomentTensor
public MomentTensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
getPublicId
public java.lang.String getPublicId()
-
getDerivedOriginID
public java.lang.String getDerivedOriginID()
-
getMomentMagnitudeID
public java.lang.String getMomentMagnitudeID()
-
getScalarMoment
public RealQuantity getScalarMoment()
-
getTensor
public Tensor getTensor()
-
getDoubleCouple
public float getDoubleCouple()
-
getClvd
public float getClvd()
-
getCommentList
public java.util.List<Comment> getCommentList()
-
getCreationInfo
public CreationInfo getCreationInfo()
-
getMethodID
public java.lang.String getMethodID()
-
getDataUsed
public DataUsed getDataUsed()
-
getCategory
public java.lang.String getCategory()
-
-