Package org.geotools.gce.imagepyramid
Class ImagePyramidFormatFactory
Object
ImagePyramidFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
Implementation of the GridCoverageFormat service provider interface for arc grid files.
- Since:
- 2.3
- Author:
- Simone Giannecchini (simboss)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a newImagePyramidFormat.Returns the implementation hints.booleanTells us if this plugin is avaialble or not.
-
Constructor Details
-
ImagePyramidFormatFactory
public ImagePyramidFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Tells us if this plugin is avaialble or not. Since usually coverage plugins depend on ImageN and ImageIO classes this method is suitable for understanding if such a plugin is available or not, preventing users from having problems later on when trying to instantiate it.- Specified by:
isAvailablein interfaceOptionalFactory- Returns:
- False if this plugin is not available true otherwise.
-
createFormat
Creates a newImagePyramidFormat.- Specified by:
createFormatin interfaceGridFormatFactorySpi- Returns:
- an OpenGIS
Formatsubclass for this coverage.
-
getImplementationHints
Returns the implementation hints. The default implementation returns en empty map.- Specified by:
getImplementationHintsin interfaceFactory- Returns:
- an empty map.
-