Class libdt.DatDescriptor

  • Enclosing class:
    libdt

    class libdt.DatDescriptor
    extends java.lang.Object
    Structure to represent Dat file Descriptor parameters
    • Constructor Summary

      Constructors 
      Constructor Description
      DatDescriptor()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data_type

        public java.lang.String data_type
      • byte_order

        public java.lang.String byte_order
      • data_sets

        public double data_sets
      • channels

        public double channels
      • dimensions

        public java.util.Vector<java.lang.Double> dimensions
      • feature

        public java.lang.String feature
      • history

        public java.lang.String history
    • Constructor Detail

      • DatDescriptor

        public DatDescriptor()