org.geotools.coverageio.gdal.aig
Class AIGFormatFactory

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

public final class AIGFormatFactory
extends Object
implements GridFormatFactorySpi

Implementation of the Format service provider interface for Aig files.

Since:
2.5.x
Author:
Andrea Antonello (www.hydrologis.com), Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions

Constructor Summary
AIGFormatFactory()
           
 
Method Summary
 AIGFormat createFormat()
          Creating a EsriHdrFormat
 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

AIGFormatFactory

public AIGFormatFactory()
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 AIGFormat createFormat()
Creating a EsriHdrFormat

Specified by:
createFormat in interface GridFormatFactorySpi
Returns:
A EsriHdrFormat

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.