public class GeoTiffKey extends Object
Modifier and Type | Field and Description |
---|---|
int |
count
The number of elements associated with this key.
|
int |
key
The integer key code from the GeoTIFF specification
|
int |
location
The TIFF tag code indicating if data for this TiffKey comes
from a supplemental floating-point or string element.
|
int |
valueOrOffset
Alternately, the value associated with the key (if the location
is zero) or the offset into the TUFF byte source that carries
the relevant binary information for this key.
|
Modifier and Type | Method and Description |
---|---|
int |
getKeyCode()
Gets the key code for this instance
|
public final int key
public final int location
public final int count
public final int valueOrOffset
Copyright © 2021. All rights reserved.