Package org.gvsig.fmap.dal.file.tiff
Class TiffMetadata
java.lang.Object
org.gvsig.fmap.dal.file.tiff.TiffMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintgetWidth()voidsetBitsPerSample(int bits) voidsetByteOrder(String byteOrder) voidsetGdalNoData(String noDataValue) voidsetHeight(int height) voidsetImageDescription(String description) voidsetPhotometricInterpretation(int interpretation) voidsetSampleFormat(int format) voidsetSamplesPerPixel(int samples) voidsetWidth(int width)
-
Constructor Details
-
TiffMetadata
-
-
Method Details
-
getMetadata
- Throws:
IIOInvalidTreeException
-
setByteOrder
-
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
-
setGdalNoData
-
getByteOrder
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getSamplesPerPixel
public int getSamplesPerPixel() -
getBitsPerSample
public int getBitsPerSample() -
getSampleFormat
public int getSampleFormat()
-