Package | Description |
---|---|
org.geotools.coverage.grid.io.imageio.geotiff |
Modifier and Type | Method and Description |
---|---|
GeoKeyEntry |
GeoTiffIIOMetadataEncoder.addGeoShortParam(int keyID,
int value) |
GeoKeyEntry |
GeoTiffIIOMetadataEncoder.getGeoKeyEntry(int keyID) |
GeoKeyEntry |
GeoTiffIIOMetadataEncoder.getGeoKeyEntryAt(int index) |
GeoKeyEntry |
GeoTiffIIOMetadataDecoder.getGeoKeyRecord(int keyID)
Gets a record containing the four TIFFShort values for a geokey entry.
|
GeoKeyEntry[] |
GeoTiffException.getGeoKeys()
Getter for property geoKeys.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeoKeyEntry> |
GeoTiffIIOMetadataDecoder.getGeoKeys()
Return the GeoKeys.
|
Modifier and Type | Method and Description |
---|---|
int |
GeoKeyEntry.compareTo(GeoKeyEntry o)
According to GeoTIff spec:
In the TIFF spec it is required that TIFF tags be written out to the file in tag-ID sorted
order.
|
Copyright © 1996–2022 Geotools. All rights reserved.