org.deegree.coverage.raster.io.imageio.geotiff
Class GeoTiffIIOMetadataAdapter.GeoKeyRecord
java.lang.Object
org.deegree.coverage.raster.io.imageio.geotiff.GeoTiffIIOMetadataAdapter.GeoKeyRecord
- Enclosing class:
- GeoTiffIIOMetadataAdapter
public static class GeoTiffIIOMetadataAdapter.GeoKeyRecord
- extends Object
This class is a holder for a GeoKey record containing four short values. The values are a GeoKey ID, the TIFFTag
number of the location of this data, the count of values for this GeoKey, and the offset (or value if the
location is 0).
If the Tiff Tag location is 0, then the value is a Short and is contained in the offset. Otherwise, there is one
or more value in the specified external Tiff tag. The number is specified by the count field, and the offset into
the record is the offset field.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoTiffIIOMetadataAdapter.GeoKeyRecord
public GeoTiffIIOMetadataAdapter.GeoKeyRecord(int keyID,
int tagLoc,
int count,
int offset)
getKeyID
public int getKeyID()
getTiffTagLocation
public int getTiffTagLocation()
getCount
public int getCount()
getValueOffset
public int getValueOffset()
Copyright © 2011. All Rights Reserved.