Uses of Class
com.luciad.format.raster.TLcdGeoTIFFField
Packages that use TLcdGeoTIFFField
Package
Description
Provides representations, decoders, and encoders for rasters.
-
Uses of TLcdGeoTIFFField in com.luciad.format.raster
Methods in com.luciad.format.raster that return TLcdGeoTIFFFieldModifier and TypeMethodDescriptionTLcdGeoTIFFModelEncoder.getExtraGeoKeys()Returns the additional TIFF fields, if any.TLcdGeoTIFFModelEncoder.getExtraTIFFFields()Returns the additional TIFF fields, if any.TLcdGeoTIFFModelDescriptor.getGeoKey(int aGeoKey) Returns the GeoKeys with the given GeoTIFF key.TLcdMultilevelGeoTIFFModelDescriptor.getGeoKey(int aGeoKey) Returns the GeoKeys with the given GeoTIFF key.TLcdGeoTIFFModelDescriptor.getGeoKeys()Returns the GeoKeys.TLcdMultilevelGeoTIFFModelDescriptor.getGeoKeys()Returns the GeoKeys.TLcdGeoTIFFModelDescriptor.getTIFFField(int aTag) Returns the TIFF field with the given TIFF tag.TLcdMultilevelGeoTIFFModelDescriptor.getTIFFField(int aTag) Returns the TIFF field with the given TIFF tag.TLcdGeoTIFFModelDescriptor.getTIFFFields()Returns the TIFF fields.TLcdGeoTIFFModelDescriptor.getTIFFFields(int aTag) Deprecated.TLcdMultilevelGeoTIFFModelDescriptor.getTIFFFields()Returns the TIFF fields.TLcdMultilevelGeoTIFFModelDescriptor.getTIFFFields(int aTag) Deprecated.Methods in com.luciad.format.raster with parameters of type TLcdGeoTIFFFieldModifier and TypeMethodDescriptionvoidTLcdGeoTIFFModelEncoder.setExtraGeoKeys(TLcdGeoTIFFField[] aExtraGeoKeys) Sets additional GeoKey fields to be added to encoded GeoTIFFs.voidTLcdGeoTIFFModelEncoder.setExtraTIFFFields(TLcdGeoTIFFField[] aExtraTIFFFields) Sets additional TIFF fields to be added to encoded GeoTIFFs.voidTLcdGeoTIFFModelDescriptor.setTIFFFields(TLcdGeoTIFFField[] aTIFFFields) Sets the TIFF fields.voidTLcdMultilevelGeoTIFFModelDescriptor.setTIFFFields(TLcdGeoTIFFField[] aTIFFFields) Sets the TIFF fields.Constructors in com.luciad.format.raster with parameters of type TLcdGeoTIFFFieldModifierConstructorDescriptionTLcdGeoTIFFModelDescriptor(String aSourceName, String aDisplayName, boolean aIsElevation, TLcdGeoTIFFField[] aTIFFFields) Creates a new TLcdGeoTIFFModelDescriptor with the given source name and display name, and the given elevation flag and TIFF fields.TLcdGeoTIFFModelDescriptor(String aSourceName, String aDisplayName, boolean aIsElevation, TLcdGeoTIFFField[] aTIFFFields, TLcdGeoTIFFField[] aGeoKeys) Creates a new TLcdGeoTIFFModelDescriptor with the given source name and display name, and the given elevation flag and TIFF fields.TLcdMultilevelGeoTIFFModelDescriptor(String aSourceName, String aDisplayName, boolean aIsElevation, TLcdGeoTIFFField[] aTIFFFields) Creates a new TLcdMultilevelGeoTIFFModelDescriptor with the given source name and display name, and the given elevation flag and TIFF fields.TLcdMultilevelGeoTIFFModelDescriptor(String aSourceName, String aDisplayName, boolean aIsElevation, TLcdGeoTIFFField[] aTIFFFields, TLcdGeoTIFFField[] aGeoKeys) Creates a new TLcdMultilevelGeoTIFFModelDescriptor with the given source name and display name, and the given elevation flag and TIFF fields.
TLcdGeoTIFFModelDescriptor.getTIFFField(int).