Class DegreeFloatType
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
edu.sc.seis.seisFile.fdsnws.stationxml.FloatType
edu.sc.seis.seisFile.fdsnws.stationxml.DegreeFloatType
FloatType where unit is fixed as DEGREE
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDegreeFloatType
(float value) DegreeFloatType
(float value, Float plusError, Float minusError) DegreeFloatType
(XMLEventReader reader, String tagName) -
Method Summary
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
getMinusError, getPlusError, getValue, hasMinusError, hasPlusError
-
Field Details
-
DEFAULT_UNIT
- See Also:
-
-
Constructor Details
-
DegreeFloatType
-
DegreeFloatType
public DegreeFloatType(float value) -
DegreeFloatType
public DegreeFloatType(XMLEventReader reader, String tagName) throws StationXMLException, XMLStreamException
-