Class MeterFloatType
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
edu.sc.seis.seisFile.fdsnws.stationxml.FloatType
edu.sc.seis.seisFile.fdsnws.stationxml.MeterFloatType
public class MeterFloatType extends FloatType
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_UNIT
-
Constructor Summary
Constructors Constructor Description MeterFloatType()
MeterFloatType(float value)
MeterFloatType(float value, java.lang.Float plusError, java.lang.Float minusError)
MeterFloatType(javax.xml.stream.XMLEventReader reader, java.lang.String tagName)
-
Method Summary
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
getMinusError, getPlusError, getValue, hasMinusError, hasPlusError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
DEFAULT_UNIT
public static final java.lang.String DEFAULT_UNIT- See Also:
- Constant Field Values
-
-
Constructor Details
-
MeterFloatType
public MeterFloatType() -
MeterFloatType
public MeterFloatType(float value, java.lang.Float plusError, java.lang.Float minusError) -
MeterFloatType
public MeterFloatType(float value) -
MeterFloatType
public MeterFloatType(javax.xml.stream.XMLEventReader reader, java.lang.String tagName) throws StationXMLException, javax.xml.stream.XMLStreamException- Throws:
StationXMLException
javax.xml.stream.XMLStreamException
-