Class ImageMosaicFormatFactory

Object
ImageMosaicFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public final class ImageMosaicFormatFactory extends Object implements GridFormatFactorySpi
Implementation of the GridCoverageFormat service provider interface for mosaic of georeferenced images.
Since:
2.3
Author:
Simone Giannecchini, GeoSolutions S.A.S.
  • Constructor Details

    • ImageMosaicFormatFactory

      public ImageMosaicFormatFactory()
  • Method Details

    • createFormat

      public AbstractGridFormat createFormat()
      Description copied from interface: GridFormatFactorySpi
      Construct a live grid format.
      Specified by:
      createFormat in interface GridFormatFactorySpi
    • getImplementationHints

      public Map<RenderingHints.Key,?> getImplementationHints()
      Returns the implementation hints. The default implementation returns an empty map.
      Specified by:
      getImplementationHints in interface Factory
      Returns:
      An empty map.
    • isAvailable

      public boolean isAvailable()
      Tells me if this plugin will work on not given the actual installation.

      Dependecies are mostly from JAI and ImageIO so if they are installed you should not have many problems.

      Specified by:
      isAvailable in interface OptionalFactory
      Returns:
      False if something's missing, true otherwise.