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

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(org.geotools.filter.text.generated.parsers.Token token)
           
 IToken IToken.next()
           
 IToken TokenAdapter.next()
           
 

Methods in org.geotools.filter.text.commons with parameters of type IToken
 org.opengis.filter.expression.Literal AbstractFilterBuilder.buildDateTimeExpression(IToken token)
          Creates a literal with date time
 org.opengis.filter.expression.Literal AbstractFilterBuilder.buildDistanceUnit(IToken token)
           
 org.opengis.filter.expression.Literal AbstractFilterBuilder.buildDurationExpression(IToken token)
          Create an integer literal with duration value.
 org.opengis.filter.expression.Literal AbstractFilterBuilder.buildEnvelop(IToken token)
          Return the Envelop
 org.opengis.filter.expression.Literal AbstractFilterBuilder.buildGeometry(IToken geometry)
          Builds geometry
 java.lang.String AbstractFilterBuilder.buildIdentifierPart(IToken token)
          Creates the identifier part.
protected  java.lang.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(java.lang.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(java.lang.String message, IToken token, java.lang.String cqlSource)
          New instance of CQLException
CQLException(java.lang.String message, IToken token, java.lang.Throwable cause, java.lang.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-2010 Geotools. All Rights Reserved.