org.geotools.gce.arcgrid
Class ArcGridFormatFactory

java.lang.Object
  extended byorg.geotools.gce.arcgrid.ArcGridFormatFactory
All Implemented Interfaces:
Factory, GridFormatFactorySpi

public class ArcGridFormatFactory
extends java.lang.Object
implements GridFormatFactorySpi

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

Author:
aaime

Constructor Summary
ArcGridFormatFactory()
           
 
Method Summary
 org.opengis.coverage.grid.Format createFormat()
          Construct a live grid format using the params specifed.
 java.util.Map getImplementationHints()
          Returns the implementation hints.
 boolean isAvailable()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcGridFormatFactory

public ArcGridFormatFactory()
Method Detail

isAvailable

public boolean isAvailable()
DOCUMENT ME!

Specified by:
isAvailable in interface GridFormatFactorySpi
Returns:
DOCUMENT ME!

createFormat

public org.opengis.coverage.grid.Format createFormat()
Description copied from interface: GridFormatFactorySpi
Construct a live grid format using the params specifed.

Specified by:
createFormat in interface GridFormatFactorySpi
Returns:
The created DataSource, this may be null if the required resource was not found or if insufficent parameters were given. Note that canProcess() should have returned false if the problem is to do with insuficent parameters.

getImplementationHints

public java.util.Map getImplementationHints()
Returns the implementation hints. The default implementation returns en empty map.

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


Copyright © GeoTools. All Rights Reserved.