📄 illegalfilterexception.html
字号:
<B>Deprecated.</B> <I>use <A HREF="../../../../org/geotools/filter/MathExpressionImpl.html#setExpression2(org.opengis.filter.expression.Expression)"><CODE>MathExpressionImpl.setExpression2(org.opengis.filter.expression.Expression)</CODE></A></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>LogicFilterImpl.</B><B><A HREF="../../../../org/geotools/filter/LogicFilterImpl.html#addFilter(org.geotools.filter.Filter)">addFilter</A></B>(<A HREF="../../../../org/geotools/filter/Filter.html" title="interface in org.geotools.filter">Filter</A> filter)</CODE><BR> Adds a sub filter to this filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>FilterSAXParser.</B><B><A HREF="../../../../org/geotools/filter/FilterSAXParser.html#start(short)">start</A></B>(short filterType)</CODE><BR> Handles all incoming generic string 'messages,' including a message to create the filter, based on the XML tag that represents the start of the filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>FilterSAXParser.</B><B><A HREF="../../../../org/geotools/filter/FilterSAXParser.html#value(java.lang.String)">value</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> message)</CODE><BR> Handles all incoming generic string 'messages,' including a message to create the filter, based on the XML tag that represents the start of the filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>FilterSAXParser.</B><B><A HREF="../../../../org/geotools/filter/FilterSAXParser.html#expression(org.geotools.filter.Expression)">expression</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> expression)</CODE><BR> Adds the passed in expression to the current filter. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/Filter.html" title="interface in org.geotools.filter">Filter</A></CODE></FONT></TD><TD><CODE><B>FilterSAXParser.</B><B><A HREF="../../../../org/geotools/filter/FilterSAXParser.html#create()">create</A></B>()</CODE><BR> Creates the filter held in the parser.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>FilterSAXParser.</B><B><A HREF="../../../../org/geotools/filter/FilterSAXParser.html#setDistance(java.lang.String, java.lang.String)">setDistance</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> distance, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> units)</CODE><BR> This sets the distance for a GeometryDistanceFilter. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AttributeExpressionImpl.</B><B><A HREF="../../../../org/geotools/filter/AttributeExpressionImpl.html#setAttributePath(java.lang.String)">setAttributePath</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> attPath)</CODE><BR> <B>Deprecated.</B> <I>use <A HREF="../../../../org/geotools/filter/AttributeExpressionImpl.html#setPropertyName(java.lang.String)"><CODE>AttributeExpressionImpl.setPropertyName(String)</CODE></A></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>IsNullImpl.</B><B><A HREF="../../../../org/geotools/filter/IsNullImpl.html#nullCheckValue(org.geotools.filter.Expression)">nullCheckValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> nullCheck)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>GeometryFilterImpl.</B><B><A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#addLeftGeometry(org.geotools.filter.Expression)">addLeftGeometry</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> leftGeometry)</CODE><BR> <B>Deprecated.</B> <I>use <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#setExpression1(org.opengis.filter.expression.Expression)"><CODE>GeometryFilterImpl.setExpression1(org.opengis.filter.expression.Expression)</CODE></A></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>GeometryFilterImpl.</B><B><A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#addRightGeometry(org.geotools.filter.Expression)">addRightGeometry</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> rightGeometry)</CODE><BR> <B>Deprecated.</B> <I>use <CODE>#set</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/AttributeExpression.html" title="interface in org.geotools.filter">AttributeExpression</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createAttributeExpression(org.geotools.feature.FeatureType, java.lang.String)">createAttributeExpression</A></B>(<A HREF="../../../../org/geotools/feature/FeatureType.html" title="interface in org.geotools.feature">FeatureType</A> schema, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> path)</CODE><BR> Creates a Attribute Expression given a schema and attribute path.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/AttributeExpression.html" title="interface in org.geotools.filter">AttributeExpression</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createAttributeExpression(org.geotools.feature.AttributeType)">createAttributeExpression</A></B>(<A HREF="../../../../org/geotools/feature/AttributeType.html" title="interface in org.geotools.feature">AttributeType</A> at)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/BBoxExpression.html" title="interface in org.geotools.filter">BBoxExpression</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createBBoxExpression(com.vividsolutions.jts.geom.Envelope)">createBBoxExpression</A></B>(<A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> env)</CODE><BR> Creates a BBox Expression from an envelope.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/BetweenFilter.html" title="interface in org.geotools.filter">BetweenFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createBetweenFilter()">createBetweenFilter</A></B>()</CODE><BR> Creates an empty Between Filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/CompareFilter.html" title="interface in org.geotools.filter">CompareFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createCompareFilter(short)">createCompareFilter</A></B>(short type)</CODE><BR> <B>Deprecated.</B> <I>@see org.geotools.filter.FilterFactory#createCompareFilter(short)</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/GeometryFilter.html" title="interface in org.geotools.filter">GeometryFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createGeometryFilter(short)">createGeometryFilter</A></B>(short filterType)</CODE><BR> Creates a Geometry Filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/GeometryDistanceFilter.html" title="interface in org.geotools.filter">GeometryDistanceFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createGeometryDistanceFilter(short)">createGeometryDistanceFilter</A></B>(short filterType)</CODE><BR> Creates a Geometry Distance Filter</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/LiteralExpression.html" title="interface in org.geotools.filter">LiteralExpression</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createLiteralExpression(java.lang.Object)">createLiteralExpression</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> o)</CODE><BR> Creates a Literal Expression from an Object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/LogicFilter.html" title="interface in org.geotools.filter">LogicFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createLogicFilter(short)">createLogicFilter</A></B>(short filterType)</CODE><BR> <B>Deprecated.</B> <I>use one of <CODE>FilterFactory.and(Filter, Filter)</CODE> <CODE>FilterFactory.or(Filter, Filter)</CODE> <CODE>FilterFactory.not(Filter)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/LogicFilter.html" title="interface in org.geotools.filter">LogicFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createLogicFilter(org.geotools.filter.Filter, short)">createLogicFilter</A></B>(<A HREF="../../../../org/geotools/filter/Filter.html" title="interface in org.geotools.filter">Filter</A> filter, short filterType)</CODE><BR> <B>Deprecated.</B> <I>use one of <CODE>FilterFactory.and(Filter, Filter)</CODE> <CODE>FilterFactory.or(Filter, Filter)</CODE> <CODE>FilterFactory.not(Filter)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/LogicFilter.html" title="interface in org.geotools.filter">LogicFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createLogicFilter(org.geotools.filter.Filter, org.geotools.filter.Filter, short)">createLogicFilter</A></B>(<A HREF="../../../../org/geotools/filter/Filter.html" title="interface in org.geotools.filter">Filter</A> filter1, <A HREF="../../../../org/geotools/filter/Filter.html" title="interface in org.geotools.filter">Filter</A> filter2, short filterType)</CODE><BR> <B>Deprecated.</B> <I>use one of <CODE>FilterFactory.and(Filter, Filter)</CODE> <CODE>FilterFactory.or(Filter, Filter)</CODE> <CODE>FilterFactory.not(Filter)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/filter/MathExpression.html" title="interface in org.geotools.filter">MathExpression</A></CODE></FONT></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -