Uses of Class
org.geotools.gce.geotiff.adapters.GeoKeyEntry

Packages that use GeoKeyEntry
org.geotools.gce.geotiff A grid coverage exchange to manage the GeoTIFF Revision 1.0 format. 
org.geotools.gce.geotiff.adapters   
 

Uses of GeoKeyEntry in org.geotools.gce.geotiff
 

Methods in org.geotools.gce.geotiff that return GeoKeyEntry
 GeoKeyEntry[] GeoTiffException.getGeoKeys()
          Getter for property geoKeys.
 

Uses of GeoKeyEntry in org.geotools.gce.geotiff.adapters
 

Methods in org.geotools.gce.geotiff.adapters that return GeoKeyEntry
 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 GeoTiffIIOMetadataDecoder.getGeoKeyRecordByIndex(int index)
          Gets a record containing the four TIFFShort values for a geokey entry.
 

Methods in org.geotools.gce.geotiff.adapters 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-2010 Geotools. All Rights Reserved.