Uses of Class
org.geotools.filter.text.cql2.CQLException
Packages that use CQLException
Package
Description
Common Query Language (CQL)
Extended Common Query Language (ECQL)
Vector processing support for the GeoTools library.
-
Uses of CQLException in org.geootols.filter.text.cql_2
Methods in org.geootols.filter.text.cql_2 that throw CQLExceptionModifier and TypeMethodDescriptionvoid
CQL2Compiler.compileExpression()
compiles source to produce a Expressionvoid
CQL2Compiler.compileFilter()
compile source to produce a Filter.void
CQL2Compiler.compileFilterList()
Compiles a list of filtersfinal Expression
CQL2Compiler.getExpression()
Return the expression resultant of compiling processfinal Filter
CQL2Compiler.getFilter()
Return the filter resultant of compiling processCQL2Compiler.getFilterList()
Returns the list of Filters built as the result of calling {@link #FilterListCompilationUnit()()}static Expression
CQL2.toExpression
(String cql2Expression) Parses the input string in CQL2 format into an Expression, using the systems defaultFilterFactory
implementation.static Expression
CQL2.toExpression
(String cql2Expression, FilterFactory filterFactory) Parses the input string in CQL2 format and makes the correspondent Expression , using the provided FilterFactory.static Filter
Parses the input string in CQL2 format into a Filter, using the systems default FilterFactory implementation.static Filter
CQL2.toFilter
(String cql2Predicate, FilterFactory filterFactory) Parses the input string in CQL2 format into a Filter, using the provided FilterFactory. -
Uses of CQLException in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that throw CQLExceptionModifier and TypeMethodDescriptionprotected Literal
AbstractFilterBuilder.asLiteralDate
(String cqlDate) protected Literal
AbstractFilterBuilder.asLiteralDateTime
(String cqlDateTime) Transforms the cqlDateTime to a literal date.AbstractFilterBuilder.buildAddExpression()
AbstractFilterBuilder.buildAfterDate()
Build an After date filterAbstractFilterBuilder.buildAfterPeriod()
Builds an after period filterAbstractFilterBuilder.buildAndFilter()
AbstractFilterBuilder.buildBBox()
AbstractFilterBuilder.buildBBoxWithCRS()
AbstractFilterBuilder.buildBeforeDate()
AbstractFilterBuilder.buildBeforeOrDuring()
Builds an Or filter composed of Before and During filters.AbstractFilterBuilder.buildBeforePeriod()
AbstractFilterBuilder.buildBetween()
builds PropertyIsBetween filterAbstractFilterBuilder.buildCompoundAttribute
(int nodeSimpleAttr, String nodeAttrSeparator) AbstractFilterBuilder.buildDateExpression
(IToken token) AbstractFilterBuilder.buildDateTimeExpression
(IToken token) Creates a literal with date timeAbstractFilterBuilder.buildDistanceUnit
(IToken token) AbstractFilterBuilder.buildDivideExpression()
AbstractFilterBuilder.buildDuringOrAfter()
Builds an Or filter composed of During and After.AbstractFilterBuilder.buildDuringPeriod()
AbstractFilterBuilder.buildEnvelope
(IToken token) Returns the EnvelopeAbstractFilterBuilder.buildEquals()
AbstractFilterBuilder.buildFunction
(int functionNode) Builds a function expressionAbstractFilterBuilder.buildGeometry
(IToken geometry) Builds geometryAbstractFilterBuilder.buildGreater()
AbstractFilterBuilder.buildGreaterOrEqual()
AbstractFilterBuilder.buildIdentifier
(int nodeIdentifier) AbstractFilterBuilder.buildIntegerDivideExpression()
AbstractFilterBuilder.buildLess()
AbstractFilterBuilder.buildLessOrEqual()
AbstractFilterBuilder.buildLikeFilter
(boolean matchCase) Builds a like filterAbstractFilterBuilder.buildMultiplyExpression()
AbstractFilterBuilder.buildNotBetween()
AbstractFilterBuilder.buildNotFilter()
AbstractFilterBuilder.buildNotLikeFilter
(boolean matchCase) AbstractFilterBuilder.buildOrFilter()
AbstractFilterBuilder.buildPeriodBetweenDates()
builds a PeriodNode (date1,date2)AbstractFilterBuilder.buildPeriodDateAndDuration()
builds a Period with (date,duration)AbstractFilterBuilder.buildPeriodDurationAndDate()
builds a Period Node with (duration,date).AbstractFilterBuilder.buildPorpertyNotIsNull()
AbstractFilterBuilder.buildPowerExpression()
AbstractFilterBuilder.buildPropertyBetweenDates()
Create an AND filter with property between dates of period.AbstractFilterBuilder.buildPropertyExists()
Creates PropertyIsEqualTo with PropertyExists predicateAbstractFilterBuilder.buildPropertyIsGTEFirstDate()
Builds PropertyIsGreaterThanOrEqualTo begin of periodAbstractFilterBuilder.buildPropertyIsGTLastDate()
creates PropertyIsGreaterThan end date of periodAbstractFilterBuilder.buildPropertyIsLTELastDate()
AbstractFilterBuilder.buildPropertyIsLTFirsDate()
AbstractFilterBuilder.buildPropertyIsNull()
Builds property is null filterAbstractFilterBuilder.buildRemainderExpression()
AbstractFilterBuilder.buildSimpleAttribute()
AbstractFilterBuilder.buildSpatialBeyondFilter()
AbstractFilterBuilder.buildSpatialContainsFilter()
AbstractFilterBuilder.buildSpatialCrossesFilter()
AbstractFilterBuilder.buildSpatialDisjointFilter()
AbstractFilterBuilder.buildSpatialDWithinFilter()
AbstractFilterBuilder.buildSpatialEqualFilter()
AbstractFilterBuilder.buildSpatialIntersectsFilter()
AbstractFilterBuilder.buildSpatialOverlapsFilter()
AbstractFilterBuilder.buildSpatialRelateFilter()
AbstractFilterBuilder.buildSpatialTouchesFilter()
AbstractFilterBuilder.buildSpatialWithinFilter()
AbstractFilterBuilder.buildSubtractExression()
AbstractFilterBuilder.buildTEquals()
BUild a TEquals date filter.AbstractFilterBuilder.buildTolerance()
void
ICompiler.compileExpression()
Compiles the source string to produce anExpression
.void
ICompiler.compileFilter()
Compiles the source string to produce aFilter
.void
ICompiler.compileFilterList()
AbstractFilterBuilder.getExpression()
ICompiler.getExpression()
The resultantExpression
of the compilation.AbstractFilterBuilder.getFilter()
ICompiler.getFilter()
The resultant filter of the compilationAbstractFilterBuilder.getFilterList()
ICompiler.getFilterList()
Return the compilation result.AbstractCompilerFactory.makeCompiler
(String predicate, FilterFactory filterFactory) Initializes and create the new compilerstatic Expression
CompilerUtil.parseExpression
(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the expression present on source and make an expression object.static final Expression
CompilerUtil.parseExpression
(Language language, String predicate) Makes Expressions for the predicatestatic final Expression
CompilerUtil.parseExpression
(Language language, String predicate, FilterFactory filterFactory) Makes Expressions for the predicatestatic Filter
CompilerUtil.parseFilter
(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the predicate present on source and makes the filter.static final Filter
CompilerUtil.parseFilter
(Language language, String predicate) Makes the Filter for the predicatestatic final Filter
CompilerUtil.parseFilter
(Language language, String predicate, FilterFactory filterFactory) Returns the filter resultant of the parsing process of predicate expression.CompilerUtil.parseFilterList
(String predicateSequence, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the sequence of predicate and makes the filter listCompilerUtil.parseFilterList
(Language language, String predicate) Makes a list of filters extracted from the sequence of search predicatesCompilerUtil.parseFilterList
(Language language, String predicate, FilterFactory filterFactory) Makes a list of filters extracted from the sequence of search predicatesdouble
BuildResultStack.popDoubleValue()
BuildResultStack.popExpression()
BuildResultStack.popFilter()
BuildResultStack.popGeometry()
BuildResultStack.popIdentifier()
BuildResultStack.popIdentifierPart()
int
BuildResultStack.popIntegerValue()
BuildResultStack.popLiteral()
BuildResultStack.popPeriod()
BuildResultStack.popPeriodNode()
BuildResultStack.popPropertyName()
BuildResultStack.popResult()
BuildResultStack.popStringValue()
-
Uses of CQLException in org.geotools.filter.text.cql2
Methods in org.geotools.filter.text.cql2 that throw CQLExceptionModifier and TypeMethodDescriptionvoid
CQLCompiler.compileExpression()
compile source to produce a Expressionvoid
CQLCompiler.compileFilter()
compile source to produce a Filter.void
CQLCompiler.compileFilterList()
final Expression
CQLCompiler.getExpression()
Return the expression resultant of compiling processfinal Filter
CQLCompiler.getFilter()
Return the filter resultant of compiling processCQLCompiler.getFilterList()
Returns the list of Filters built as the result of calling#MultipleCompilationUnit()
static Expression
CQL.toExpression
(String cqlExpression) Parses the input string in OGC CQL format into an Expression, using the systems defaultFilterFactory
implementation.static Expression
CQL.toExpression
(String cqlExpression, FilterFactory filterFactory) Parses the input string in OGC CQL format into anExpression
, using the providedFilterFactory
.static Filter
Parses the input string in OGC CQL format into a Filter, using the systems default FilterFactory implementation.static Filter
CQL.toFilter
(String cqlPredicate, FilterFactory filterFactory) Parses the input string in OGC CQL format into a Filter, using the provided FilterFactory.CQL.toFilterList
(String cqlFilterList) Parses the input string, which has to be a list of OGC CQL predicates separated by;
into aList
ofFilter
s, using the provided FilterFactory.CQL.toFilterList
(String cqlSequencePredicate, FilterFactory filterFactory) Parses the input string which has to be a list of OGC CQL predicates separated by ";
" into aList
ofFilter
s, using the provided FilterFactory. -
Uses of CQLException in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson that throw CQLExceptionModifier and TypeMethodDescriptionvoid
CQLJsonCompiler.compileExpression()
Is this needed for CQL-JSON?void
CQLJsonCompiler.compileFilter()
Compiles Filter from predicates source jsonvoid
CQLJsonCompiler.compileFilterList()
Is this needed for CQL-JSON?CQLJsonCompiler.convertToFilter
(JsonNode cql2Expression) Converts JSON Node into GT FilterCQLJsonCompiler.getExpression()
Is this needed for CQL-JSON?CQLJsonCompiler.getFilter()
Get compiled filterCQLJsonCompiler.getFilterList()
Is this needed for CQL-JSON?static Expression
CQL2Json.toExpression
(String cql2Json) Converts JSON String toExpression
object.static Filter
Converts CQL2-Json to aFilter
object. -
Uses of CQLException in org.geotools.filter.text.ecql
Methods in org.geotools.filter.text.ecql that throw CQLExceptionModifier and TypeMethodDescriptionvoid
ECQLCompiler.compileExpression()
compiles source to produce a Expressionvoid
ECQLCompiler.compileFilter()
compile source to produce a Filter.void
ECQLCompiler.compileFilterList()
Compiles a list of filtersfinal Expression
ECQLCompiler.getExpression()
Return the expression resultant of compiling processfinal Filter
ECQLCompiler.getFilter()
Return the filter resultant of compiling processECQLCompiler.getFilterList()
Returns the list of Filters built as the result of calling {@link #FilterListCompilationUnit()()}static Expression
ECQL.toExpression
(String ecqlExpression) Parses the input string in ECQL format into an Expression, using the systems defaultFilterFactory
implementation.static Expression
ECQL.toExpression
(String ecqlExpression, FilterFactory filterFactory) Parses the input string in ECQL format and makes the correspondent Expression , using the provided FilterFactory.static Filter
Parses the input string in ECQL format into a Filter, using the systems default FilterFactory implementation.static Filter
ECQL.toFilter
(String ecqlPredicate, FilterFactory filterFactory) Parses the input string in ECQL format into a Filter, using the provided FilterFactory.ECQL.toFilterList
(String ecqlSequencePredicate) ECQL.toFilterList
(String ecqlSequencePredicate, FilterFactory filterFactory) -
Uses of CQLException in org.geotools.gce.imagemosaic.catalog.oracle
Constructors in org.geotools.gce.imagemosaic.catalog.oracle that throw CQLExceptionModifierConstructorDescriptionprotected
AbstractFeatureTypeMapper
(SimpleFeatureType featureType, int maxLength) OracleFeatureTypeMapper
(SimpleFeatureType featureType) Create a newOracleFeatureTypeMapper
on top of the original featureType provided -
Uses of CQLException in org.geotools.gce.imagemosaic.catalog.postgis
Constructors in org.geotools.gce.imagemosaic.catalog.postgis that throw CQLExceptionModifierConstructorDescriptionPostgisFeatureTypeMapper
(SimpleFeatureType featureType) Create a newPostgisFeatureTypeMapper
on top of the original featureType provided -
Uses of CQLException in org.geotools.gce.imagemosaic.catalog.sqlserver
Constructors in org.geotools.gce.imagemosaic.catalog.sqlserver that throw CQLExceptionModifierConstructorDescriptionSQLServerTypeMapper
(SimpleFeatureType featureType) Create a newSQLServerTypeMapper
on top of the original featureType provided -
Uses of CQLException in org.geotools.process.vector
Methods in org.geotools.process.vector that throw CQLExceptionModifier and TypeMethodDescriptionstatic Coordinate[]
BarnesSurfaceProcess.extractPoints
(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, int dataLimit) protected void
HeatmapProcess.extractPoints
(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, HeatmapSurface heatMap) Extract points from a feature collection, and stores them in the heatmap