org.geotools.catalog
Class DefaultQueryDefinition

java.lang.Object
  extended byorg.geotools.catalog.DefaultQueryDefinition
All Implemented Interfaces:
org.opengis.catalog.QueryDefinition

public class DefaultQueryDefinition
extends java.lang.Object
implements org.opengis.catalog.QueryDefinition

Wraps a query and applies it to the metadata contained by catalogentries.

Version:
$Revision: 1.9 $
Author:
$author$

Constructor Summary
DefaultQueryDefinition(QueryRequest queryRequest)
          Creates a new DefaultQueryDefinition object.
 
Method Summary
 boolean accept(org.opengis.catalog.CatalogEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultQueryDefinition

public DefaultQueryDefinition(QueryRequest queryRequest)
Creates a new DefaultQueryDefinition object.

Method Detail

accept

public boolean accept(org.opengis.catalog.CatalogEntry entry)
Specified by:
accept in interface org.opengis.catalog.QueryDefinition
See Also:
opengis.catalog.QueryDefinition#evaluate(org.geotools.catalog.CatalogEntry)


Copyright © GeoTools. All Rights Reserved.