Class FloatType
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
edu.sc.seis.seisFile.fdsnws.stationxml.FloatType
- Direct Known Subclasses:
DegreeFloatType
,HertzFloatType
,MeterFloatType
a float value with optional unit and errors.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
getMinusError, getPlusError, getValue, hasMinusError, hasPlusError
-
Constructor Details
-
FloatType
-
FloatType
-
FloatType
public FloatType(XMLEventReader reader, String tagName) throws StationXMLException, XMLStreamException -
FloatType
public FloatType(XMLEventReader reader, String tagName, String fixedUnit) throws StationXMLException, XMLStreamException
-
-
Method Details