Class Las2SqlLdr.PointData.SinglePoint

  • Enclosing class:
    Las2SqlLdr.PointData

    public static class Las2SqlLdr.PointData.SinglePoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long m_hilbert  
      double m_x  
      double m_y  
      double m_z  
    • Constructor Summary

      Constructors 
      Constructor Description
      SinglePoint()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_x

        public double m_x
      • m_y

        public double m_y
      • m_z

        public double m_z
      • m_hilbert

        public long m_hilbert
    • Constructor Detail

      • SinglePoint

        public SinglePoint()