Class GeoTiffMetadata2CRSAdapter

Object
GeoTiffMetadata2CRSAdapter

public final class GeoTiffMetadata2CRSAdapter extends Object
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. The image specific metadata should then be set with the appropriate accessor methods. Finally, the createCoordinateSystem() method is called to produce the CoordinateReferenceSystem object specified by the metadata.

Author:
Bryce Nordgren / USDA Forest Service, Simone Giannecchini, Daniele Romagnoli
  • Constructor Details

    • GeoTiffMetadata2CRSAdapter

      public GeoTiffMetadata2CRSAdapter(Hints hints)
      Creates a new instance of GeoTiffMetadata2CRSAdapter
      Parameters:
      hints - a map of hints to locate the authority and object factories. (can be null)
  • Method Details