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 interface
Tiff.SAMPLE_FORMAT
static interface
Tiff.TIFF_TAGS
Tiff 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 int
BITS_PER_SAMPLE_TAG
static int
COMPRESSION_PREDICTOR_TAG
static int
COMPRESSION_TAG
static int
FLOATING_POINT
static int
IMAGE_LENGTH_TAG
static int
IMAGE_WIDTH_TAG
static int
NEW_SUBFILE_TYPE_TAG
static int
PHOTOMETRIC_INTERPRETATION_TAG
static int
PLANAR_CONFIGURATION_TAG
static int
RESOLUTION_UNIT_TAG
static int
ROWS_PER_STRIP_TAG
static int
SAMPLE_FORMAT_TAG
static int
SAMPLES_PER_PIXEL_TAG
static int
STRIP_BYTE_COUNTS_TAG
static int
STRIP_OFFSETS_TAG
static int
TILE_BYTE_COUNTS_TAG
static int
TILE_LENGTH_TAG
static int
TILE_OFFSETS_TAG
static int
TILE_WIDTH_TAG
static int
TWOS_COMP_SIGNED_INT
static int
UNDEFINED
static int
UNSIGNED_INT
static int
X_RESOLUTION_TAG
static int
Y_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.ByteBuffer
getBuffer()
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()
-
-