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.ecql Extended Common Query Language (ECQL)

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

 

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.ecql
 

Methods in org.geotools.filter.text.ecql that return IToken
 IToken ECQLCompiler.getTokenInPosition(int index)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.