Class COGProperties


  • public class COGProperties
    extends Object
    Properties of a COG file that are useful for reading the file.
    • Constructor Detail

      • COGProperties

        public COGProperties()
      • COGProperties

        public COGProperties​(IFDTag[] ifdTags)
    • Method Detail

      • getRows

        public int getRows()
      • setRows

        public void setRows​(int rows)
      • getCols

        public int getCols()
      • setCols

        public void setCols​(int cols)
      • getBands

        public int getBands()
      • setBands

        public void setBands​(int bands)
      • getBitsPerSample

        public int[] getBitsPerSample()
      • setBitsPerSample

        public void setBitsPerSample​(int[] bitsPerSample)
      • getPlanarConfiguration

        public int getPlanarConfiguration()
      • setPlanarConfiguration

        public void setPlanarConfiguration​(int planarConfiguration)
      • getTileWidth

        public int getTileWidth()
      • setTileWidth

        public void setTileWidth​(int tileWidth)
      • getTileLength

        public int getTileLength()
      • setTileLength

        public void setTileLength​(int tileLength)
      • getTileOffsets

        public int[] getTileOffsets()
      • setTileOffsets

        public void setTileOffsets​(int[] tileOffsets)
      • getBytesPerTile

        public int[] getBytesPerTile()
      • setBytesPerTile

        public void setBytesPerTile​(int[] bytesPerTile)
      • getCompression

        public int getCompression()
      • setCompression

        public void setCompression​(int compression)
      • initFromIFDTags

        public void initFromIFDTags​(IFDTag[] ifdTags)
      • tilesFullySequential

        public boolean tilesFullySequential()