Class ArrayMeasurement

java.lang.Object
edu.sc.seis.sod.measure.Measurement
edu.sc.seis.sod.measure.ArrayMeasurement
All Implemented Interfaces:
java.io.Serializable

public class ArrayMeasurement
extends Measurement
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected float[] value  
  • Constructor Summary

    Constructors 
    Constructor Description
    ArrayMeasurement​(java.lang.String name, float[] value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toXMLFragment()  
    java.lang.Object valueAsJSON()  

    Methods inherited from class edu.sc.seis.sod.measure.Measurement

    createScalar, getName, getValueJSON

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait