Package gov.nasa.worldwind.formats.tiff
Class Tiff
- java.lang.Object
-
- gov.nasa.worldwind.formats.tiff.Tiff
-
public class Tiff extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTiff.SAMPLE_FORMATstatic interfaceTiff.TIFF_TAGSTiff tags are the integer definitions of individual Image File Directories (IFDs) and set by the Tiff 6.0 specification.
-
Field Summary
Fields Modifier and Type Field Description static intBITS_PER_SAMPLE_TAGstatic intCOMPRESSION_PREDICTOR_TAGstatic intCOMPRESSION_TAGstatic intFLOATING_POINTstatic intIMAGE_LENGTH_TAGstatic intIMAGE_WIDTH_TAGstatic intNEW_SUBFILE_TYPE_TAGstatic intPHOTOMETRIC_INTERPRETATION_TAGstatic intPLANAR_CONFIGURATION_TAGstatic intRESOLUTION_UNIT_TAGstatic intROWS_PER_STRIP_TAGstatic intSAMPLE_FORMAT_TAGstatic intSAMPLES_PER_PIXEL_TAGstatic intSTRIP_BYTE_COUNTS_TAGstatic intSTRIP_OFFSETS_TAGstatic intTILE_BYTE_COUNTS_TAGstatic intTILE_LENGTH_TAGstatic intTILE_OFFSETS_TAGstatic intTILE_WIDTH_TAGstatic intTWOS_COMP_SIGNED_INTstatic intUNDEFINEDstatic intUNSIGNED_INTstatic intX_RESOLUTION_TAGstatic intY_RESOLUTION_TAG
-
Constructor Summary
Constructors Constructor Description Tiff(java.nio.ByteBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffergetBuffer()java.util.List<Subfile>getSubfiles()
-
-
-
Field Detail
-
NEW_SUBFILE_TYPE_TAG
public static final int NEW_SUBFILE_TYPE_TAG
- See Also:
- Constant Field Values
-
IMAGE_WIDTH_TAG
public static final int IMAGE_WIDTH_TAG
- See Also:
- Constant Field Values
-
IMAGE_LENGTH_TAG
public static final int IMAGE_LENGTH_TAG
- See Also:
- Constant Field Values
-
BITS_PER_SAMPLE_TAG
public static final int BITS_PER_SAMPLE_TAG
- See Also:
- Constant Field Values
-
COMPRESSION_TAG
public static final int COMPRESSION_TAG
- See Also:
- Constant Field Values
-
PHOTOMETRIC_INTERPRETATION_TAG
public static final int PHOTOMETRIC_INTERPRETATION_TAG
- See Also:
- Constant Field Values
-
SAMPLES_PER_PIXEL_TAG
public static final int SAMPLES_PER_PIXEL_TAG
- See Also:
- Constant Field Values
-
X_RESOLUTION_TAG
public static final int X_RESOLUTION_TAG
- See Also:
- Constant Field Values
-
Y_RESOLUTION_TAG
public static final int Y_RESOLUTION_TAG
- See Also:
- Constant Field Values
-
PLANAR_CONFIGURATION_TAG
public static final int PLANAR_CONFIGURATION_TAG
- See Also:
- Constant Field Values
-
RESOLUTION_UNIT_TAG
public static final int RESOLUTION_UNIT_TAG
- See Also:
- Constant Field Values
-
STRIP_OFFSETS_TAG
public static final int STRIP_OFFSETS_TAG
- See Also:
- Constant Field Values
-
STRIP_BYTE_COUNTS_TAG
public static final int STRIP_BYTE_COUNTS_TAG
- See Also:
- Constant Field Values
-
ROWS_PER_STRIP_TAG
public static final int ROWS_PER_STRIP_TAG
- See Also:
- Constant Field Values
-
COMPRESSION_PREDICTOR_TAG
public static final int COMPRESSION_PREDICTOR_TAG
- See Also:
- Constant Field Values
-
TILE_OFFSETS_TAG
public static final int TILE_OFFSETS_TAG
- See Also:
- Constant Field Values
-
TILE_BYTE_COUNTS_TAG
public static final int TILE_BYTE_COUNTS_TAG
- See Also:
- Constant Field Values
-
TILE_WIDTH_TAG
public static final int TILE_WIDTH_TAG
- See Also:
- Constant Field Values
-
TILE_LENGTH_TAG
public static final int TILE_LENGTH_TAG
- See Also:
- Constant Field Values
-
SAMPLE_FORMAT_TAG
public static final int SAMPLE_FORMAT_TAG
- See Also:
- Constant Field Values
-
UNSIGNED_INT
public static final int UNSIGNED_INT
- See Also:
- Constant Field Values
-
TWOS_COMP_SIGNED_INT
public static final int TWOS_COMP_SIGNED_INT
- See Also:
- Constant Field Values
-
FLOATING_POINT
public static final int FLOATING_POINT
- See Also:
- Constant Field Values
-
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBuffer
public java.nio.ByteBuffer getBuffer()
-
getSubfiles
public java.util.List<Subfile> getSubfiles()
-
-