| Package | Description |
|---|---|
| mil.nga.tiff |
| Modifier and Type | Method and Description |
|---|---|
static FieldTagType |
FieldTagType.getById(int id)
Get a field tag type by id
|
FieldTagType |
FileDirectoryEntry.getFieldTag()
Get the field tag type
|
static FieldTagType |
FieldTagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldTagType[] |
FieldTagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FieldTagType,FileDirectoryEntry> |
FileDirectory.getFieldTagTypeMapping()
Get the field tag type to file directory entry mapping
|
| Modifier and Type | Method and Description |
|---|---|
FileDirectoryEntry |
FileDirectory.get(FieldTagType fieldTagType)
Get a file directory entry from the field tag type
|
| Constructor and Description |
|---|
FileDirectoryEntry(FieldTagType fieldTag,
FieldType fieldType,
long typeCount,
Object values)
Constructor
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.