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.
|
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffIIOMetadataDecoder metadata)
This method creates a
CoordinateReferenceSystem 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 OGC
PixelInCell.CELL_CENTER convention for the ImageDatum of the
underlying ImageCRS . |
static PixelInCell |
GeoTiffMetadata2CRSAdapter.getRasterType(GeoTiffIIOMetadataDecoder metadata)
Maps the RasterType GeoKey for this geotiff the
PixelInCell |
Constructor and Description |
---|
GeoTiffException(GeoTiffIIOMetadataDecoder metadata,
String msg,
Throwable t)
Constructs an instance of
GeoTiffException with the specified detail message. |
Modifier and Type | Method and Description |
---|---|
GeoTiffIIOMetadataDecoder |
GeoTiffReader.getMetadata()
Returns the geotiff metadata for this geotiff file.
|
Copyright © 1996–2022 Geotools. All rights reserved.