Package org.geotools.gce.imagemosaic
Class ImageMosaicFormatFactory
Object
ImageMosaicFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
Implementation of the GridCoverageFormat service provider interface for mosaic of georeferenced images.
- Since:
- 2.3
- Author:
- Simone Giannecchini, GeoSolutions S.A.S.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstruct a live grid format.Returns the implementation hints.boolean
Tells me if this plugin will work on not given the actual installation.
-
Constructor Details
-
ImageMosaicFormatFactory
public ImageMosaicFormatFactory()
-
-
Method Details
-
createFormat
Description copied from interface:GridFormatFactorySpi
Construct a live grid format.- Specified by:
createFormat
in interfaceGridFormatFactorySpi
-
getImplementationHints
Returns the implementation hints. The default implementation returns an empty map.- Specified by:
getImplementationHints
in interfaceFactory
- 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 interfaceOptionalFactory
- Returns:
- False if something's missing, true otherwise.
-