Package | Description |
---|---|
org.geootols.filter.text.cql_2 | |
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.cqljson | |
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. |
Modifier and Type | Method and Description |
---|---|
IToken |
CQL2Compiler.getTokenInPosition(int index) |
Modifier and Type | Class and Description |
---|---|
class |
TokenAdapter
Adapts Token to
IToken . |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
Literal |
AbstractFilterBuilder.buildDateExpression(IToken token) |
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.buildEnvelope(IToken token)
Returns the Envelope
|
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.
|
Constructor and Description |
---|
Result(Object built,
IToken token,
int nodeType) |
Modifier and Type | Method and Description |
---|---|
IToken |
CQLCompiler.getTokenInPosition(int index) |
Constructor and Description |
---|
CQLException(String message,
IToken token,
String cqlSource)
New instance of CQLException
|
CQLException(String message,
IToken token,
Throwable cause,
String cqlSource)
New instance of CQLException
|
Modifier and Type | Method and Description |
---|---|
IToken |
CQLJsonCompiler.getTokenInPosition(int position)
Is this needed for CQL-JSON?
|
Modifier and Type | Method and Description |
---|---|
IToken |
ECQLCompiler.getTokenInPosition(int index) |
Copyright © 1996–2022 Geotools. All rights reserved.