Uses of Interface
org.geotools.filter.text.commons.IToken

Packages that use IToken
org.geotools.filter.text.commons   
org.geotools.filter.text.cql2 Common Query Language (CQL)

This package implements the OGC_Common Catalogue Query Language. 

org.geotools.filter.text.txt TXT Query Language

This package implements the TXT query language that extend the OGC Common Catalogue Query Language (CQL) capabilities. 

org.geotools.text.filter Common Query Language (CQL) This package implements the OGC_Common Catalogue Query Language. 
 

Uses of IToken in org.geotools.filter.text.commons
 

Classes in org.geotools.filter.text.commons that implement IToken
 class TokenAdapter
          Adapts Token to IToken.
 

Methods in org.geotools.filter.text.commons that return IToken
 IToken Result.getToken()
           
 IToken ICompiler.getTokenInPosition(int position)
          Return the token presents in the position specified.
static IToken TokenAdapter.newAdapterFor(Token token)
           
 IToken TokenAdapter.next()
           
 IToken IToken.next()
           
 

Methods in org.geotools.filter.text.commons with parameters of type IToken
 Literal AbstractFilterBuilder.buildDateTimeExpression(IToken token)
          Creates a literal with date time
 Literal AbstractFilterBuilder.buildDistanceUnit(IToken token)
           
 Literal AbstractFilterBuilder.buildDurationExpression(IToken token)
          Create an integer literal with duration value.
 Literal AbstractFilterBuilder.buildEnvelop(IToken token)
          Return the Envelop
 Literal AbstractFilterBuilder.buildGeometry(IToken geometry)
          Builds geometry
 String AbstractFilterBuilder.buildIdentifierPart(IToken token)
          Creates the identifier part.
protected  String AbstractFilterBuilder.scanExpression(IToken initialToken)
          Extracts expression between initial token and last token in buffer.
 

Constructors in org.geotools.filter.text.commons with parameters of type IToken
Result(Object built, IToken token, int nodeType)
           
 

Uses of IToken in org.geotools.filter.text.cql2
 

Methods in org.geotools.filter.text.cql2 that return IToken
 IToken CQLCompiler.getTokenInPosition(int index)
           
 

Constructors in org.geotools.filter.text.cql2 with parameters of type IToken
CQLException(String message, IToken token, String cqlSource)
          New instance of CQLException
CQLException(String message, IToken token, Throwable cause, String cqlSource)
          New instance of CQLException
 

Uses of IToken in org.geotools.filter.text.txt
 

Methods in org.geotools.filter.text.txt that return IToken
 IToken TXTCompiler.getTokenInPosition(int index)
           
 

Uses of IToken in org.geotools.text.filter
 

Constructors in org.geotools.text.filter with parameters of type IToken
FilterBuilderException(String message, IToken token)
          Deprecated.  
FilterBuilderException(String message, IToken token, Throwable cause)
          Deprecated.  
 



Copyright © 1996-2009 Geotools. All Rights Reserved.