org.geotools.data.coverage.grid.file
Class FormatFileFilter

java.lang.Object
  extended byorg.geotools.data.coverage.grid.file.FormatFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class FormatFileFilter
extends java.lang.Object
implements java.io.FileFilter

DOCUMENT ME!

Version:
$Revision: 1.9 $
Author:
Jesse Eichar, Simone Giannecchini (simboss), $author$ (Last Modified)

Constructor Summary
FormatFileFilter(org.opengis.coverage.grid.Format[] f, boolean recursive)
          Creates a new FormatFileFilter object.
 
Method Summary
 boolean accept(java.io.File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatFileFilter

public FormatFileFilter(org.opengis.coverage.grid.Format[] f,
                        boolean recursive)
Creates a new FormatFileFilter object.

Parameters:
f - DOCUMENT ME!
Method Detail

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter
See Also:
FileFilter.accept(java.io.File)


Copyright © GeoTools. All Rights Reserved.