org.geotools.gce.gtopo30
Class GTopo30FormatFactory

java.lang.Object
  extended byorg.geotools.gce.gtopo30.GTopo30FormatFactory
All Implemented Interfaces:
Factory, GridFormatFactorySpi

public class GTopo30FormatFactory
extends java.lang.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:
giannecchini, mkraemer

Constructor Summary
GTopo30FormatFactory()
           
 
Method Summary
 org.opengis.coverage.grid.Format createFormat()
          Creates a new instance of GTopo30Format
 java.util.Map getImplementationHints()
          Returns the implementation hints
 boolean isAvailable()
          Checks for the JAI library which is needed by the GTopo30DataSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTopo30FormatFactory

public GTopo30FormatFactory()
Method Detail

createFormat

public org.opengis.coverage.grid.Format 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 GridFormatFactorySpi
Returns:
true if all libraries are available

getImplementationHints

public java.util.Map getImplementationHints()
Returns the implementation hints

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


Copyright © GeoTools. All Rights Reserved.