Uses of Class
org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffIIOMetadataDecoder
-
Packages that use GeoTiffIIOMetadataDecoder 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 GeoTiffIIOMetadataDecoder in org.geotools.coverage.grid.io.imageio.geotiff
Methods in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type GeoTiffIIOMetadataDecoder Modifier and Type Method Description CoordinateReferenceSystem
GeoTiffMetadata2CRSAdapter. createCoordinateSystem(GeoTiffIIOMetadataDecoder metadata)
This method creates aCoordinateReferenceSystem
object from the metadata which has been set earlier.static MathTransform
GeoTiffMetadata2CRSAdapter. getRasterToModel(GeoTiffIIOMetadataDecoder metadata)
Create the grid to world (or raster to model) transformation for this source respecting ALWAYS the OGCPixelInCell.CELL_CENTER
convention for theImageDatum
of the underlyingImageCRS
.static PixelInCell
GeoTiffMetadata2CRSAdapter. getRasterType(GeoTiffIIOMetadataDecoder metadata)
Maps the RasterType GeoKey for this geotiff thePixelInCell
Constructors in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type GeoTiffIIOMetadataDecoder Constructor Description GeoTiffException(GeoTiffIIOMetadataDecoder metadata, String msg, Throwable t)
Constructs an instance ofGeoTiffException
with the specified detail message. -
Uses of GeoTiffIIOMetadataDecoder in org.geotools.gce.geotiff
Methods in org.geotools.gce.geotiff that return GeoTiffIIOMetadataDecoder Modifier and Type Method Description GeoTiffIIOMetadataDecoder
GeoTiffReader. getMetadata()
Returns the geotiff metadata for this geotiff file.
-