Uses of Class
org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffIIOMetadataEncoder
- 
Packages that use GeoTiffIIOMetadataEncoder Package Description org.geotools.coverage.grid.io.imageio.geotiff org.geotools.gce.geotiff A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.
- 
- 
Uses of GeoTiffIIOMetadataEncoder in org.geotools.coverage.grid.io.imageio.geotiffMethods in org.geotools.coverage.grid.io.imageio.geotiff that return GeoTiffIIOMetadataEncoder Modifier and Type Method Description GeoTiffIIOMetadataEncoderCRS2GeoTiffMetadataAdapter. parseCoordinateReferenceSystem()Parses a coordinate reference system.
- 
Uses of GeoTiffIIOMetadataEncoder in org.geotools.gce.geotiffMethods in org.geotools.gce.geotiff with parameters of type GeoTiffIIOMetadataEncoder Modifier and Type Method Description static IIOMetadataGeoTiffWriter. createGeoTiffIIOMetadata(ImageWriter writer, ImageTypeSpecifier type, GeoTiffIIOMetadataEncoder geoTIFFMetadata, ImageWriteParam params)Creates image metadata which complies to the GeoTIFFWritingUtilities specification for the given image writer, image type and GeoTIFFWritingUtilities metadata.
 
-