Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4425835

child Raster's width/height are incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0
    • client-libs
    • None
    • 2d
    • beta2
    • generic
    • generic

      When using the method

                        createChild(int parentX, int parentY,
                                    int width, int height,
                                    int childMinX, int childMinY,
                                    int bandList[])

      on any Raster, the resulting child Raster will have a SampleModel which is
      the same as that of the parent, if bandList is null. This will typically
      result in the Raster width/height being different than that of it's
      SampleModel, which is an error.

            jrevans Jerald Evans (Inactive)
            jrevans Jerald Evans (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: