⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 illegalfilterexception.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;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>&nbsp;<A HREF="../../../../org/geotools/filter/CompareFilter.html" title="interface in org.geotools.filter">CompareFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.html#createCompareFilter(short)">createCompareFilter</A></B>(short&nbsp;type)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use one of <CODE>FilterFactory.less(Expression, Expression)</CODE>         <CODE>FilterFactory.lessOrEqual(Expression, Expression)</CODE>         <CODE>FilterFactory.equals(Expression, Expression)</CODE>         <CODE>FilterFactory.greater(Expression, Expression)</CODE>         <CODE>FilterFactory.greaterOrEqual(Expression, Expression)</CODE>         <CODE>FilterFactory.between(Expression, Expression, Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<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(short)">createMathExpression</A></B>(short&nbsp;expressionType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<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>&nbsp;<A HREF="../../../../org/geotools/filter/BetweenFilter.html" title="interface in org.geotools.filter">BetweenFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.html#createBetweenFilter()">createBetweenFilter</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Creates an empty Between Filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/filter/GeometryFilter.html" title="interface in org.geotools.filter">GeometryFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.html#createGeometryFilter(short)">createGeometryFilter</A></B>(short&nbsp;filterType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use one of         <CODE>FilterFactory.bbox(String, double, double, double, double, String)</CODE>  <CODE>FilterFactory.beyond(String, Geometry, double, String)</CODE>  <CODE>FilterFactory.contains(String, Geometry)</CODE>  <CODE>FilterFactory.crosses(String, Geometry)</CODE>  <CODE>FilterFactory.disjoint(String, Geometry)</CODE>  <CODE>FilterFactory.dwithin(String, Geometry, double, String)</CODE>  <CODE>FilterFactory.equals(String, Geometry)</CODE>  <CODE>FilterFactory.intersects(String, Geometry)</CODE>  <CODE>FilterFactory.overlaps(String, Geometry)</CODE>  <CODE>FilterFactory.touches(String, Geometry)</CODE>  <CODE>FilterFactory.within(String, Geometry)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/filter/GeometryDistanceFilter.html" title="interface in org.geotools.filter">GeometryDistanceFilter</A></CODE></FONT></TD><TD><CODE><B>FilterFactory.</B><B><A HREF="../../../../org/geotools/filter/FilterFactory.html#createGeometryDistanceFilter(short)">createGeometryDistanceFilter</A></B>(short&nbsp;filterType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use one of  <CODE>FilterFactory.beyond(String, Geometry, double, String)</CODE>         <CODE>FilterFactory.dwithin(String, Geometry, double, String)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>GeometryFilter.</B><B><A HREF="../../../../org/geotools/filter/GeometryFilter.html#addRightGeometry(org.geotools.filter.Expression)">addRightGeometry</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;rightGeometry)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>BinarySpatialOperator#setExpression2(Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>GeometryFilter.</B><B><A HREF="../../../../org/geotools/filter/GeometryFilter.html#addLeftGeometry(org.geotools.filter.Expression)">addLeftGeometry</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;leftGeometry)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>BinarySpatialOperator#setExpression1(Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>MathExpression.</B><B><A HREF="../../../../org/geotools/filter/MathExpression.html#addRightValue(org.geotools.filter.Expression)">addRightValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;rightValue)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>BinaryExpression#setExpression2(Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>MathExpression.</B><B><A HREF="../../../../org/geotools/filter/MathExpression.html#addLeftValue(org.geotools.filter.Expression)">addLeftValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;leftValue)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>BinaryExpression#setExpression1(Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>BBoxExpression.</B><B><A HREF="../../../../org/geotools/filter/BBoxExpression.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>&nbsp;env)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the bbox for this expression</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>LogicFilter.</B><B><A HREF="../../../../org/geotools/filter/LogicFilter.html#addFilter(org.geotools.filter.Filter)">addFilter</A></B>(<A HREF="../../../../org/geotools/filter/Filter.html" title="interface in org.geotools.filter">Filter</A>&nbsp;filter)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B>CompareFilter.</B><B><A HREF="../../../../org/geotools/filter/CompareFilter.html#addLeftValue(org.geotools.filter.Expression)">addLeftValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;leftValue)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>BinaryComparisonOperator#setExpression1(Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>CompareFilter.</B><B><A HREF="../../../../org/geotools/filter/CompareFilter.html#addRightValue(org.geotools.filter.Expression)">addRightValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;rightValue)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>BinaryComparisonOperator#setExpression2(Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>LikeFilter.</B><B><A HREF="../../../../org/geotools/filter/LikeFilter.html#setValue(org.geotools.filter.Expression)">setValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;attribute)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>PropertyIsLike#setExpression(Expression)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>AttributeExpression.</B><B><A HREF="../../../../org/geotools/filter/AttributeExpression.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>&nbsp;attributePath)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>PropertyName#setPropertyName(String)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>GeometryDistanceFilter.</B><B><A HREF="../../../../org/geotools/filter/GeometryDistanceFilter.html#setDistance(double)">setDistance</A></B>(double&nbsp;distance)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Sets the distance allowed by this filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>LiteralExpression.</B><B><A HREF="../../../../org/geotools/filter/LiteralExpression.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>&nbsp;literal)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>Literal#setValue(Object)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>ConstantExpression.</B><B><A HREF="../../../../org/geotools/filter/ConstantExpression.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>&nbsp;literal)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <A HREF="../../../../org/geotools/filter/ConstantExpression.html#setValue(java.lang.Object)"><CODE>ConstantExpression.setValue(Object)</CODE></A></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>NullFilter.</B><B><A HREF="../../../../org/geotools/filter/NullFilter.html#nullCheckValue(org.geotools.filter.Expression)">nullCheckValue</A></B>(<A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;nullCheck)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <CODE>PropertyIsNull#setExpression(Expression)</CODE></I></TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../../org/geotools/filter/package-summary.html">or

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -