org.geotools.gce.arcgrid
Class ArcGridFormatFactory

Object
  extended by ArcGridFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public final class ArcGridFormatFactory
extends Object
implements GridFormatFactorySpi

Implementation of the Format service provider interface for arc grid files.

Author:
Daniele Romagnoli, Simone Giannecchini (simboss)

Constructor Summary
ArcGridFormatFactory()
           
 
Method Summary
 ArcGridFormat createFormat()
          Creating an ArcGridFormat.
 Map<RenderingHints.Key,?> getImplementationHints()
          Returns the implementation hints.
 boolean isAvailable()
          Tells me if the coverage plugin to access Ascii grids is availaible or not.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcGridFormatFactory

public ArcGridFormatFactory()
Method Detail

isAvailable

public boolean isAvailable()
Tells me if the coverage plugin to access Ascii grids is availaible or not.

Specified by:
isAvailable in interface OptionalFactory
Returns:
True if the plugin is availaible, False otherwise.

createFormat

public ArcGridFormat createFormat()
Creating an ArcGridFormat.

Specified by:
createFormat in interface GridFormatFactorySpi
Returns:
An ArcGridFormat.;

getImplementationHints

public Map<RenderingHints.Key,?> getImplementationHints()
Returns the implementation hints. The default implementation returns en empty map.

Specified by:
getImplementationHints in interface Factory
Returns:
DOCUMENT ME!


Copyright © 1996-2009 Geotools. All Rights Reserved.