Class Las2SqlLdr


  • public class Las2SqlLdr
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Las2SqlLdr()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getPyramidLevel​(long counter)  
      static long hilbert_xy2d​(long n, long x, long y)  
      static void main​(java.lang.String[] args)  
      static long mortonEncode2D​(int x, int y)  
      static long mortonExpand​(int a)  
      static java.lang.String printHexBinary​(byte[] data)  
      static void readFile​(java.io.DataInputStream dis, int[] attributes, java.io.BufferedOutputStream csvOut)  
      static void readFile​(java.lang.String sourceLasFile, int[] attributes, java.io.BufferedOutputStream csvOut)  
      • Methods inherited from class java.lang.Object

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

      • Las2SqlLdr

        public Las2SqlLdr()
    • Method Detail

      • hilbert_xy2d

        public static long hilbert_xy2d​(long n,
                                        long x,
                                        long y)
      • mortonExpand

        public static long mortonExpand​(int a)
      • mortonEncode2D

        public static long mortonEncode2D​(int x,
                                          int y)
      • readFile

        public static void readFile​(java.io.DataInputStream dis,
                                    int[] attributes,
                                    java.io.BufferedOutputStream csvOut)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • printHexBinary

        public static java.lang.String printHexBinary​(byte[] data)
      • getPyramidLevel

        public static int getPyramidLevel​(long counter)
      • readFile

        public static void readFile​(java.lang.String sourceLasFile,
                                    int[] attributes,
                                    java.io.BufferedOutputStream csvOut)
      • main

        public static void main​(java.lang.String[] args)