Class GrassCoverageFormatFactory
Object
GrassCoverageFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of GrassCoverageFormatReturns the implementation hintsboolean
Checks for the JAI library which is needed by the GrassCoverage datasource
-
Constructor Details
-
GrassCoverageFormatFactory
public GrassCoverageFormatFactory()
-
-
Method Details
-
createFormat
Creates a new instance of GrassCoverageFormat- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Returns:
- an instance of GrassCoverageFormat
-
isAvailable
public boolean isAvailable()Checks for the JAI library which is needed by the GrassCoverage datasource- Specified by:
isAvailable
in interfaceOptionalFactory
- Returns:
- true if all libraries are available
-
getImplementationHints
Returns the implementation hints- Specified by:
getImplementationHints
in interfaceFactory
- Returns:
- the implementation hints (an empty map, actually)
-