GeoTiffMetadata2CRSAdapter.java | Class | The GeoTiffMetadata2CRSAdapter is responsible for interpreting
the metadata provided by the GeoTiffIIOMetadataDecoder for the
purposes of constructing a CoordinateSystem object representative of the
information found in the tags.
This class implements the flow indicated by the following diagram:
To use this class, the GeoTiffReader should create an instance
with the CoordinateSystemAuthorityFactory specified by the
GeoTiffFormat instance which created the reader. |