Uses of Interface
org.geotools.filter.text.commons.IToken
Packages that use IToken
Package
Description
Common Query Language (CQL)
Extended Common Query Language (ECQL)
-
Uses of IToken in org.geootols.filter.text.cql_2
Methods in org.geootols.filter.text.cql_2 that return IToken -
Uses of IToken in org.geotools.filter.text.commons
Classes in org.geotools.filter.text.commons that implement ITokenMethods in org.geotools.filter.text.commons that return ITokenModifier and TypeMethodDescriptionfinal ITokenResult.getToken()ICompiler.getTokenInPosition(int position) Return the token presents in the position specified.static ITokenTokenAdapter.newAdapterFor(Token token) IToken.next()TokenAdapter.next()Methods in org.geotools.filter.text.commons with parameters of type ITokenModifier and TypeMethodDescriptionAbstractFilterBuilder.buildDateExpression(IToken token) AbstractFilterBuilder.buildDateTimeExpression(IToken token) Creates a literal with date timeAbstractFilterBuilder.buildDistanceUnit(IToken token) AbstractFilterBuilder.buildDurationExpression(IToken token) Create an integer literal with duration value.AbstractFilterBuilder.buildEnvelope(IToken token) Returns the EnvelopeAbstractFilterBuilder.buildGeometry(IToken geometry) Builds geometryAbstractFilterBuilder.buildIdentifierPart(IToken token) Creates the identifier part.protected StringAbstractFilterBuilder.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 -
Uses of IToken in org.geotools.filter.text.cql2
Methods in org.geotools.filter.text.cql2 that return ITokenConstructors in org.geotools.filter.text.cql2 with parameters of type ITokenModifierConstructorDescriptionCQLException(String message, IToken token, String cqlSource) New instance of CQLExceptionCQLException(String message, IToken token, Throwable cause, String cqlSource) New instance of CQLException -
Uses of IToken in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson that return ITokenModifier and TypeMethodDescriptionCQLJsonCompiler.getTokenInPosition(int position) Is this needed for CQL-JSON? -
Uses of IToken in org.geotools.filter.text.ecql
Methods in org.geotools.filter.text.ecql that return IToken