Class NodalPlane
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.NodalPlane
public class NodalPlane
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description NodalPlane(javax.xml.stream.XMLEventReader reader, java.lang.String elementName)
-
Method Summary
Modifier and Type Method Description RealQuantity
getDip()
RealQuantity
getRake()
RealQuantity
getStrike()
void
setDip(RealQuantity dip)
void
setRake(RealQuantity rake)
void
setStrike(RealQuantity strike)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NodalPlane
public NodalPlane(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Details
-
getDip
-
getRake
-
getStrike
-
setDip
-
setRake
-
setStrike
-