Package org.geotools.gce.imagepyramid
Class ImagePyramidFormatFactory
- Object
- 
- ImagePyramidFormatFactory
 
- 
- All Implemented Interfaces:
- GridFormatFactorySpi,- Factory,- OptionalFactory
 
 public final class ImagePyramidFormatFactory extends Object implements GridFormatFactorySpi Implementation of the GridCoverageFormat service provider interface for arc grid files.- Since:
- 2.3
- Author:
- Simone Giannecchini (simboss)
 
- 
- 
Constructor SummaryConstructors Constructor Description ImagePyramidFormatFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagePyramidFormatcreateFormat()Creates a newImagePyramidFormat.Map<RenderingHints.Key,?>getImplementationHints()Returns the implementation hints.booleanisAvailable()Tells us if this plugin is avaialble or not.
 
- 
- 
- 
Method Detail- 
isAvailablepublic boolean isAvailable() Tells us if this plugin is avaialble or not. Since usually coverage plugins depend on JAI 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 interface- OptionalFactory
- Returns:
- False if this plugin is not available true otherwise.
 
 - 
createFormatpublic ImagePyramidFormat createFormat() Creates a newImagePyramidFormat.- Specified by:
- createFormatin interface- GridFormatFactorySpi
- Returns:
- an OpenGIS Formatsubclass for this coverage.
 
 - 
getImplementationHintspublic Map<RenderingHints.Key,?> getImplementationHints() Returns the implementation hints. The default implementation returns en empty map.- Specified by:
- getImplementationHintsin interface- Factory
- Returns:
- an empty map.
 
 
- 
 
-