org.geotools.gce.image
Class WorldImageFormatFactory

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

public final class WorldImageFormatFactory
extends Object
implements GridFormatFactorySpi

DOCUMENT ME!

Author:
rgould TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
Module:

Constructor Summary
WorldImageFormatFactory()
           
 
Method Summary
 WorldImageFormat createFormat()
          Construct a live grid format.
 Map getImplementationHints()
          Returns the implementation hints.
 boolean isAvailable()
          Returns true if this factory is ready for use.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldImageFormatFactory

public WorldImageFormatFactory()
Method Detail

createFormat

public WorldImageFormat createFormat()
Description copied from interface: GridFormatFactorySpi
Construct a live grid format.

Specified by:
createFormat in interface GridFormatFactorySpi

isAvailable

public boolean isAvailable()
Description copied from interface: OptionalFactory
Returns true if this factory is ready for use. An optional factory may returns false for now but returns true later. However, the converse is not recommended.

Specified by:
isAvailable in interface OptionalFactory

getImplementationHints

public Map 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-2010 Geotools. All Rights Reserved.