📄 expr.html
字号:
</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Beyond</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#beyond(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression, double, java.lang.String)">beyond</A></B>(Expression geometry1, Expression geometry2, double 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> Check if all of a geometry is more distant than the given distance from this object's geometry.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Beyond</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#beyond(java.lang.String, org.opengis.spatialschema.geometry.Geometry, double, java.lang.String)">beyond</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> propertyName, Geometry geometry, double 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> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Contains</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#contains(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">contains</A></B>(Expression geometry1, Expression geometry2)</CODE><BR> Checks if the the first geometric operand contains the second.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Contains</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#contains(java.lang.String, org.opengis.spatialschema.geometry.Geometry)">contains</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> propertyName, Geometry geometry)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Crosses</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#crosses(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">crosses</A></B>(Expression geometry1, Expression geometry2)</CODE><BR> Checks if the first geometric operand crosses the second.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Crosses</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#crosses(java.lang.String, org.opengis.spatialschema.geometry.Geometry)">crosses</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> propertyName, Geometry geometry)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Disjoint</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#disjoint(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">disjoint</A></B>(Expression geometry1, Expression geometry2)</CODE><BR> Checks if the first operand is disjoint from the second.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Disjoint</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#disjoint(java.lang.String, org.opengis.spatialschema.geometry.Geometry)">disjoint</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> propertyName, Geometry geometry)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Divide</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#divide(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">divide</A></B>(Expression expr1, Expression expr2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> DWithin</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#dwithin(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression, double, java.lang.String)">dwithin</A></B>(Expression geometry1, Expression geometry2, double 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> Checks if any part of the first geometry lies within the given distance of the second geometry.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> DWithin</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#dwithin(java.lang.String, org.opengis.spatialschema.geometry.Geometry, double, java.lang.String)">dwithin</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> propertyName, Geometry geometry, double 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> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Equals</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#equal(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">equal</A></B>(Expression geometry1, Expression geometry2)</CODE><BR> Checks if the geometry of the two operands are equal.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsEqualTo</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#equals(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">equals</A></B>(Expression expr1, Expression expr2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Equals</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#equals(java.lang.String, org.opengis.spatialschema.geometry.Geometry)">equals</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> propertyName, Geometry geometry)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> FeatureId</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#featureId(java.util.Set)">featureId</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A> ids)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Function</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#function(java.lang.String, org.opengis.filter.expression.Expression)">function</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> name, Expression arg1)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Function</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#function(java.lang.String, org.opengis.filter.expression.Expression[])">function</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> name, Expression[] args)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Function</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#function(java.lang.String, org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">function</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> name, Expression arg1, Expression arg2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Function</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#function(java.lang.String, org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">function</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> name, Expression arg1, Expression arg2, Expression arg3)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsGreaterThan</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#greater(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">greater</A></B>(Expression expr1, Expression expr2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsGreaterThanOrEqualTo</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#greaterOrEqual(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">greaterOrEqual</A></B>(Expression expr1, Expression expr2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Intersects</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#intersects(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">intersects</A></B>(Expression geometry1, Expression geometry2)</CODE><BR> Checks if the two geometric operands intersect.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Intersects</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#intersects(java.lang.String, org.opengis.spatialschema.geometry.Geometry)">intersects</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> propertyName, Geometry geometry)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsNull</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#isNull(org.opengis.filter.expression.Expression)">isNull</A></B>(Expression expr)</CODE><BR> XXX Java 5 type narrowing used to make generated class explicit for chaining</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsLessThan</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#less(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">less</A></B>(Expression expr1, Expression expr2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsLessThanOrEqualTo</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#lessOrEqual(org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">lessOrEqual</A></B>(Expression expr1, Expression expr2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsLike</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#like(org.opengis.filter.expression.Expression, java.lang.String)">like</A></B>(Expression expr, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> pattern)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> PropertyIsLike</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#like(org.opengis.filter.expression.Expression, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">like</A></B>(Expression expr, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> pattern, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> wildcard, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> singleChar, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> escape)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Literal</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expr.html#literal(boolean)">literal</A></B>(boolean b)</CODE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -