org.geotools.gce.grassraster.format
Class GrassCoverageFormatFactory

Object
  extended by 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 Summary
GrassCoverageFormatFactory()
           
 
Method Summary
 GrassCoverageFormat createFormat()
          Creates a new instance of GrassCoverageFormat
 Map getImplementationHints()
          Returns the implementation hints
 boolean isAvailable()
          Checks for the JAI library which is needed by the GrassCoverage datasource
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrassCoverageFormatFactory

public GrassCoverageFormatFactory()
Method Detail

createFormat

public GrassCoverageFormat createFormat()
Creates a new instance of GrassCoverageFormat

Specified by:
createFormat in interface GridFormatFactorySpi
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 interface OptionalFactory
Returns:
true if all libraries are available

getImplementationHints

public Map getImplementationHints()
Returns the implementation hints

Specified by:
getImplementationHints in interface Factory
Returns:
the implementation hints (an empty map, actually)


Copyright © 1996-2014 Geotools. All Rights Reserved.