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 TypeMethodDescriptionvoidCQL2Compiler.compileExpression()compiles source to produce a ExpressionvoidCQL2Compiler.compileFilter()compile source to produce a Filter.voidCQL2Compiler.compileFilterList()Compiles a list of filtersfinal ExpressionCQL2Compiler.getExpression()Return the expression resultant of compiling processfinal FilterCQL2Compiler.getFilter()Return the filter resultant of compiling processCQL2Compiler.getFilterList()Returns the list of Filters built as the result of calling {@link #FilterListCompilationUnit()()}static ExpressionCQL2.toExpression(String cql2Expression) Parses the input string in CQL2 format into an Expression, using the systems defaultFilterFactoryimplementation.static ExpressionCQL2.toExpression(String cql2Expression, FilterFactory filterFactory) Parses the input string in CQL2 format and makes the correspondent Expression , using the provided FilterFactory.static FilterParses the input string in CQL2 format into a Filter, using the systems default FilterFactory implementation.static FilterCQL2.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 LiteralAbstractFilterBuilder.asLiteralDate(String cqlDate) protected LiteralAbstractFilterBuilder.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()voidICompiler.compileExpression()Compiles the source string to produce anExpression.voidICompiler.compileFilter()Compiles the source string to produce aFilter.voidICompiler.compileFilterList()AbstractFilterBuilder.getExpression()ICompiler.getExpression()The resultantExpressionof 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 ExpressionCompilerUtil.parseExpression(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the expression present on source and make an expression object.static final ExpressionCompilerUtil.parseExpression(Language language, String predicate) Makes Expressions for the predicatestatic final ExpressionCompilerUtil.parseExpression(Language language, String predicate, FilterFactory filterFactory) Makes Expressions for the predicatestatic FilterCompilerUtil.parseFilter(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the predicate present on source and makes the filter.static final FilterCompilerUtil.parseFilter(Language language, String predicate) Makes the Filter for the predicatestatic final FilterCompilerUtil.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 predicatesdoubleBuildResultStack.popDoubleValue()BuildResultStack.popExpression()BuildResultStack.popFilter()BuildResultStack.popGeometry()BuildResultStack.popIdentifier()BuildResultStack.popIdentifierPart()intBuildResultStack.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 TypeMethodDescriptionvoidCQLCompiler.compileExpression()compile source to produce a ExpressionvoidCQLCompiler.compileFilter()compile source to produce a Filter.voidCQLCompiler.compileFilterList()final ExpressionCQLCompiler.getExpression()Return the expression resultant of compiling processfinal FilterCQLCompiler.getFilter()Return the filter resultant of compiling processCQLCompiler.getFilterList()Returns the list of Filters built as the result of calling#MultipleCompilationUnit()static ExpressionCQL.toExpression(String cqlExpression) Parses the input string in OGC CQL format into an Expression, using the systems defaultFilterFactoryimplementation.static ExpressionCQL.toExpression(String cqlExpression, FilterFactory filterFactory) Parses the input string in OGC CQL format into anExpression, using the providedFilterFactory.static FilterParses the input string in OGC CQL format into a Filter, using the systems default FilterFactory implementation.static FilterCQL.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 aListofFilters, 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 aListofFilters, using the provided FilterFactory. -
Uses of CQLException in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson that throw CQLExceptionModifier and TypeMethodDescriptionvoidCQLJsonCompiler.compileExpression()Is this needed for CQL-JSON?voidCQLJsonCompiler.compileFilter()Compiles Filter from predicates source jsonvoidCQLJsonCompiler.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 ExpressionCQL2Json.toExpression(String cql2Json) Converts JSON String toExpressionobject.static FilterConverts CQL2-Json to aFilterobject. -
Uses of CQLException in org.geotools.filter.text.ecql
Methods in org.geotools.filter.text.ecql that throw CQLExceptionModifier and TypeMethodDescriptionvoidECQLCompiler.compileExpression()compiles source to produce a ExpressionvoidECQLCompiler.compileFilter()compile source to produce a Filter.voidECQLCompiler.compileFilterList()Compiles a list of filtersfinal ExpressionECQLCompiler.getExpression()Return the expression resultant of compiling processfinal FilterECQLCompiler.getFilter()Return the filter resultant of compiling processECQLCompiler.getFilterList()Returns the list of Filters built as the result of calling {@link #FilterListCompilationUnit()()}static ExpressionECQL.toExpression(String ecqlExpression) Parses the input string in ECQL format into an Expression, using the systems defaultFilterFactoryimplementation.static ExpressionECQL.toExpression(String ecqlExpression, FilterFactory filterFactory) Parses the input string in ECQL format and makes the correspondent Expression , using the provided FilterFactory.static FilterParses the input string in ECQL format into a Filter, using the systems default FilterFactory implementation.static FilterECQL.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 CQLExceptionModifierConstructorDescriptionprotectedAbstractFeatureTypeMapper(SimpleFeatureType featureType, int maxLength) OracleFeatureTypeMapper(SimpleFeatureType featureType) Create a newOracleFeatureTypeMapperon 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 newPostgisFeatureTypeMapperon 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 newSQLServerTypeMapperon 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 voidHeatmapProcess.extractPoints(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, HeatmapSurface heatMap) Extract points from a feature collection, and stores them in the heatmap