Uses of Class
org.geotools.coverage.grid.io.imageio.geotiff.GeoKeyEntry

Packages that use GeoKeyEntry
org.geotools.coverage.grid.io.imageio.geotiff   
 

Uses of GeoKeyEntry in org.geotools.coverage.grid.io.imageio.geotiff
 

Methods in org.geotools.coverage.grid.io.imageio.geotiff that return GeoKeyEntry
 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.
 

Methods in org.geotools.coverage.grid.io.imageio.geotiff that return types with arguments of type GeoKeyEntry
 Collection<GeoKeyEntry> GeoTiffIIOMetadataDecoder.getGeoKeys()
          Return the GeoKeys.
 

Methods in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type GeoKeyEntry
 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-2014 Geotools. All Rights Reserved.