Class GrassCoverageFormatFactory
- Object
- 
- GrassCoverageFormatFactory
 
- 
- All Implemented Interfaces:
- GridFormatFactorySpi,- Factory,- OptionalFactory
 
 public class GrassCoverageFormatFactory extends Object implements GridFormatFactorySpi The GrassCoverageFormatFactory will be discovered by the GridFormatFinder. Use the standard Geotools method of discovering a factory in order to create a format.- Author:
- Andrea Antonello (www.hydrologis.com)
 
- 
- 
Constructor SummaryConstructors Constructor Description GrassCoverageFormatFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GrassCoverageFormatcreateFormat()Creates a new instance of GrassCoverageFormatMap<RenderingHints.Key,?>getImplementationHints()Returns the implementation hintsbooleanisAvailable()Checks for the JAI library which is needed by the GrassCoverage datasource
 
- 
- 
- 
Method Detail- 
createFormatpublic GrassCoverageFormat createFormat() Creates a new instance of GrassCoverageFormat- Specified by:
- createFormatin interface- GridFormatFactorySpi
- Returns:
- an instance of GrassCoverageFormat
 
 - 
isAvailablepublic boolean isAvailable() Checks for the JAI library which is needed by the GrassCoverage datasource- Specified by:
- isAvailablein interface- OptionalFactory
- Returns:
- true if all libraries are available
 
 - 
getImplementationHintspublic Map<RenderingHints.Key,?> getImplementationHints() Returns the implementation hints- Specified by:
- getImplementationHintsin interface- Factory
- Returns:
- the implementation hints (an empty map, actually)
 
 
- 
 
-