|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoTiffIIOMetadataDecoder | |
---|---|
org.geotools.gce.geotiff | A grid coverage exchange to manage the GeoTIFF Revision 1.0 format. |
org.geotools.gce.geotiff.adapters |
Uses of GeoTiffIIOMetadataDecoder in org.geotools.gce.geotiff |
---|
Methods in org.geotools.gce.geotiff that return GeoTiffIIOMetadataDecoder | |
---|---|
GeoTiffIIOMetadataDecoder |
GeoTiffReader.getMetadata()
Returns the geotiff metadata for this geotiff file. |
Constructors in org.geotools.gce.geotiff with parameters of type GeoTiffIIOMetadataDecoder | |
---|---|
GeoTiffException(GeoTiffIIOMetadataDecoder metadata,
java.lang.String msg,
java.lang.Throwable t)
Constructs an instance of GeoTiffException with the
specified detail message. |
Uses of GeoTiffIIOMetadataDecoder in org.geotools.gce.geotiff.adapters |
---|
Methods in org.geotools.gce.geotiff.adapters with parameters of type GeoTiffIIOMetadataDecoder | |
---|---|
org.opengis.referencing.crs.CoordinateReferenceSystem |
GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffIIOMetadataDecoder metadata)
This method creates a CoordinateReferenceSystem object
from the metadata which has been set earlier. |
org.opengis.referencing.operation.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 . |
org.opengis.referencing.operation.MathTransform |
GeoTiffMetadata2CRSAdapter.getRasterToModel(GeoTiffIIOMetadataDecoder metadata,
boolean forceToCellCenter)
Create the grid to world (or raster to model) transformation for this source. |
org.opengis.referencing.datum.PixelInCell |
GeoTiffMetadata2CRSAdapter.getRasterType(GeoTiffIIOMetadataDecoder metadata)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |