Package nom.tam.image

Interface ImageTiler

    • Method Detail

      • getCompleteImage

        java.lang.Object getCompleteImage()
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getTile

        java.lang.Object getTile​(int[] corners,
                                 int[] lengths)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • getTile

        void getTile​(java.lang.Object array,
                     int[] corners,
                     int[] lengths)
              throws java.io.IOException
        Throws:
        java.io.IOException