📄 illegalfilterexception.html
字号:
<TD><CODE><B>FilterFactoryImpl.</B><B><A HREF="../../../../org/geotools/filter/FilterFactoryImpl.html#createMathExpression(short)">createMathExpression</A></B>(short expressionType)</CODE><BR> Creates a Math Expression of the given type.</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>LogicSAXParser.</B><B><A HREF="../../../../org/geotools/filter/LogicSAXParser.html#start(short)">start</A></B>(short logicType)</CODE><BR> To be called by a parser to start the creation of a logic 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>LogicSAXParser.</B><B><A HREF="../../../../org/geotools/filter/LogicSAXParser.html#end(short)">end</A></B>(short logicType)</CODE><BR> To be called when the sax parser reaches the end of a logic 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>LogicSAXParser.</B><B><A HREF="../../../../org/geotools/filter/LogicSAXParser.html#create()">create</A></B>()</CODE><BR> Creates the the logic filter if in a complete state.</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>AttributeExpressionImpl2.</B><B><A HREF="../../../../org/geotools/filter/AttributeExpressionImpl2.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/AttributeExpressionImpl2.html#setPropertyName(java.lang.String)"><CODE>AttributeExpressionImpl2.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>ExpressionSAXParser.</B><B><A HREF="../../../../org/geotools/filter/ExpressionSAXParser.html#start(java.lang.String, org.xml.sax.Attributes)">start</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> declaredType, <A HREF="http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/Attributes.html" title="class or interface in org.xml.sax">Attributes</A> atts)</CODE><BR> Initializes the factory to create a new expression. </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>ExpressionSAXParser.</B><B><A HREF="../../../../org/geotools/filter/ExpressionSAXParser.html#end(java.lang.String)">end</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> Called when the filter handler has reached the end of an expression</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>ExpressionSAXParser.</B><B><A HREF="../../../../org/geotools/filter/ExpressionSAXParser.html#message(java.lang.String)">message</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 incoming characters.</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>ExpressionSAXParser.</B><B><A HREF="../../../../org/geotools/filter/ExpressionSAXParser.html#geometry(com.vividsolutions.jts.geom.Geometry)">geometry</A></B>(<A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Geometry.html" title="class or interface in com.vividsolutions.jts.geom">Geometry</A> geometry)</CODE><BR> Gets geometry.</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>BBoxExpressionImpl.</B><B><A HREF="../../../../org/geotools/filter/BBoxExpressionImpl.html#setBounds(com.vividsolutions.jts.geom.Envelope)">setBounds</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> Set the bbox for this expression</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>LiteralExpressionImpl.</B><B><A HREF="../../../../org/geotools/filter/LiteralExpressionImpl.html#setLiteral(java.lang.Object)">setLiteral</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> literal)</CODE><BR> <B>Deprecated.</B> <I>use <A HREF="../../../../org/geotools/filter/LiteralExpressionImpl.html#setValue(java.lang.Object)"><CODE>LiteralExpressionImpl.setValue(Object)</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>CompareFilterImpl.</B><B><A HREF="../../../../org/geotools/filter/CompareFilterImpl.html#addLeftValue(org.geotools.filter.Expression)">addLeftValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> leftValue)</CODE><BR> Adds the 'left' value 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>CompareFilterImpl.</B><B><A HREF="../../../../org/geotools/filter/CompareFilterImpl.html#addRightValue(org.geotools.filter.Expression)">addRightValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> rightValue)</CODE><BR> Adds the 'right' value 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>NullFilterImpl.</B><B><A HREF="../../../../org/geotools/filter/NullFilterImpl.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> <B>Deprecated.</B> <I>use <CODE>PropertyIsNull#setExpression(Expression)</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>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.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/LogicFilter.html" title="interface in org.geotools.filter">LogicFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.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>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.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/BBoxExpression.html" title="interface in org.geotools.filter">BBoxExpression</A></CODE></FONT></TD><TD><CODE><B>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.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> <B>Deprecated.</B> 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/MathExpression.html" title="interface in org.geotools.filter">MathExpression</A></CODE></FONT></TD><TD><CODE><B>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.html#createMathExpression()">createMathExpression</A></B>()</CODE><BR> <B>Deprecated.</B> <I>use one of <CODE>FilterFactory.add(Expression, Expression)</CODE> <CODE>FilterFactory.subtract(Expression, Expression)</CODE> <CODE>FilterFactory.multiply(Expression, Expression)</CODE> <CODE>FilterFactory.divide(Expression, Expression)</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>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.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> xpath)</CODE><BR> <B>Deprecated.</B> <I>use createAttributeExpression( xpath ), will be removed for GeoTools 2.3</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>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.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> <B>Deprecated.</B> <I>use createAttributeExpression( at ), will be removed for GeoTools 2.3</I></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>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -