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.geotiff
Methods in org.geotools.coverage.grid.io.imageio.geotiff that return GeoTiffIIOMetadataEncoder Modifier and Type Method Description GeoTiffIIOMetadataEncoder
CRS2GeoTiffMetadataAdapter. parseCoordinateReferenceSystem()
Parses a coordinate reference system. -
Uses of GeoTiffIIOMetadataEncoder in org.geotools.gce.geotiff
Methods in org.geotools.gce.geotiff with parameters of type GeoTiffIIOMetadataEncoder Modifier and Type Method Description static IIOMetadata
GeoTiffWriter. 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.
-