Uses of Class
org.geotools.coverage.grid.io.imageio.geotiff.GeoKeyEntry
-
Packages that use GeoKeyEntry Package Description 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 Modifier and Type Method 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.Methods in org.geotools.coverage.grid.io.imageio.geotiff that return types with arguments of type GeoKeyEntry Modifier and Type Method Description Collection<GeoKeyEntry>
GeoTiffIIOMetadataDecoder. getGeoKeys()
Return the GeoKeys.Methods in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type GeoKeyEntry Modifier and Type Method Description int
GeoKeyEntry. compareTo(GeoKeyEntry o)
According to GeoTIff spec:
-