Class ImagePyramidMetadata

Object
ImagePyramidMetadata

public final class ImagePyramidMetadata extends Object
Metadata to describe a pyramid-representation of images, if at least one exists in a file.
Author:
Owen Feehan
  • Constructor Details

    • ImagePyramidMetadata

      public ImagePyramidMetadata(int resolutionCount)
      Creates a new ImagePyramidMetadata instance.
      Parameters:
      resolutionCount - The number of distinct resolution-levels that exist in the pyramid.
  • Method Details

    • getResolutionCount

      public int getResolutionCount()
      The number of distinct resolution-levels that exist in the pyramid.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object