org.geotools.gce.gtopo30
Class GTopo30FormatFactory

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

public class GTopo30FormatFactory
extends Object
implements GridFormatFactorySpi

The GTopo30FormatFactory will be discovered by the GridFormatFinder. Use the standard Geotools method of discovering a factory in order to create a format.

Author:
Simone Giannecchini, mkraemer

Constructor Summary
GTopo30FormatFactory()
           
 
Method Summary
 GTopo30Format createFormat()
          Creates a new instance of GTopo30Format
 Map<RenderingHints.Key,?> getImplementationHints()
          Returns the implementation hints
 boolean isAvailable()
          Checks for the JAI library which is needed by the GTopo30DataSource
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTopo30FormatFactory

public GTopo30FormatFactory()
Method Detail

createFormat

public GTopo30Format createFormat()
Creates a new instance of GTopo30Format

Specified by:
createFormat in interface GridFormatFactorySpi
Returns:
an instance of GTopo30Format

isAvailable

public boolean isAvailable()
Checks for the JAI library which is needed by the GTopo30DataSource

Specified by:
isAvailable in interface OptionalFactory
Returns:
true if all libraries are available

getImplementationHints

public Map<RenderingHints.Key,?> getImplementationHints()
Returns the implementation hints

Specified by:
getImplementationHints in interface Factory
Returns:
the implementation hints (an empty map, actually)


Copyright © 1996-2014 Geotools. All Rights Reserved.