Class TiffMetadata

java.lang.Object
org.gvsig.fmap.dal.file.tiff.TiffMetadata

public class TiffMetadata extends Object
  • Constructor Details

    • TiffMetadata

      public TiffMetadata(IIOMetadata metadata)
  • Method Details

    • getMetadata

      public IIOMetadata getMetadata() throws IIOInvalidTreeException
      Throws:
      IIOInvalidTreeException
    • setByteOrder

      public void setByteOrder(String byteOrder)
    • setWidth

      public void setWidth(int width)
    • setHeight

      public void setHeight(int height)
    • setSamplesPerPixel

      public void setSamplesPerPixel(int samples)
    • setBitsPerSample

      public void setBitsPerSample(int bits)
    • setSampleFormat

      public void setSampleFormat(int format)
    • setPhotometricInterpretation

      public void setPhotometricInterpretation(int interpretation)
    • setImageDescription

      public void setImageDescription(String description)
    • setGdalNoData

      public void setGdalNoData(String noDataValue)
    • getByteOrder

      public String getByteOrder()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getSamplesPerPixel

      public int getSamplesPerPixel()
    • getBitsPerSample

      public int getBitsPerSample()
    • getSampleFormat

      public int getSampleFormat()