org.geotools.coverageio.gdal.idrisi
Class IDRISIFormatFactory

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

public final class IDRISIFormatFactory
extends Object
implements GridFormatFactorySpi

Implementation of the Format service provider interface for IDRISI files.

Since:
2.5.x
Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
Module:
modules/plugin/imageio-ext-gdal (gt-imageio-ext-gdal.jar)
Source repository:
http://svn.osgeo.org/geotools/trunk/modules/plugin/imageio-ext-gdal/src/main/java/org/geotools/coverageio/gdal/idrisi/IDRISIFormatFactory.java

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

Constructor Detail

IDRISIFormatFactory

public IDRISIFormatFactory()
Method Detail

isAvailable

public boolean isAvailable()
Tells me if the coverage plugin to access EHdr is available or not.

Specified by:
isAvailable in interface OptionalFactory
Returns:
true if the plugin is available, false otherwise.

createFormat

public IDRISIFormat createFormat()
Creating a IDRISIFormat

Specified by:
createFormat in interface GridFormatFactorySpi
Returns:
A IDRISIFormat

getImplementationHints

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

Specified by:
getImplementationHints in interface Factory
Returns:
The map of hints, or an empty map if none.


Copyright © 1996-2014 Geotools. All Rights Reserved.