| Package | Description |
|---|---|
| mil.nga.tiff |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FileDirectoryEntry.getFieldType()
Get the field type
|
static FieldType |
FieldType.getFieldType(int fieldType)
Get the field type
|
static FieldType |
FieldType.getFieldType(int sampleFormat,
int bitsPerSample)
Get the field type of the sample format and bits per sample
|
FieldType |
FileDirectory.getFieldTypeForSample(int sampleIndex)
Get the field type for the sample
|
FieldType[] |
Rasters.getFieldTypes()
Returns field types
|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
FieldType.getSampleFormat(FieldType fieldType)
Get the sample format of the field type
|
| Constructor and Description |
|---|
FileDirectoryEntry(FieldTagType fieldTag,
FieldType fieldType,
long typeCount,
Object values)
Constructor
|
Rasters(int width,
int height,
FieldType[] fieldTypes)
Constructor
|
Rasters(int width,
int height,
FieldType[] fieldTypes,
ByteBuffer interleaveValues)
Constructor
|
Rasters(int width,
int height,
FieldType[] fieldTypes,
ByteBuffer[] sampleValues)
Constructor
|
Rasters(int width,
int height,
FieldType[] fieldTypes,
ByteBuffer[] sampleValues,
ByteBuffer interleaveValues)
Constructor
|
Rasters(int width,
int height,
FieldType[] fieldTypes,
ByteOrder order)
Constructor
|
Rasters(int width,
int height,
int samplesPerPixel,
FieldType fieldType)
Constructor
Creates Rasters object where given field type used for each sample.
|
Rasters(int width,
int height,
int samplesPerPixel,
FieldType fieldType,
ByteOrder order)
Constructor
Creates Rasters object where given field type used for each sample.
|
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.