📄 expression.html
字号:
<P><!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR></TABLE> <A NAME="fields_inherited_from_class_ExpressionType"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Fields inherited from interface <A HREF="../../../org/geotools/filter/ExpressionType.html" title="interface in org.geotools.filter">ExpressionType</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/geotools/filter/ExpressionType.html#ATTRIBUTE">ATTRIBUTE</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#ATTRIBUTE_DOUBLE">ATTRIBUTE_DOUBLE</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#ATTRIBUTE_GEOMETRY">ATTRIBUTE_GEOMETRY</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#ATTRIBUTE_INTEGER">ATTRIBUTE_INTEGER</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#ATTRIBUTE_STRING">ATTRIBUTE_STRING</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#ATTRIBUTE_UNDECLARED">ATTRIBUTE_UNDECLARED</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#FUNCTION">FUNCTION</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#LITERAL_BOOLEAN">LITERAL_BOOLEAN</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#LITERAL_DATE">LITERAL_DATE</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#LITERAL_DOUBLE">LITERAL_DOUBLE</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#LITERAL_GEOMETRY">LITERAL_GEOMETRY</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#LITERAL_INTEGER">LITERAL_INTEGER</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#LITERAL_LONG">LITERAL_LONG</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#LITERAL_STRING">LITERAL_STRING</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#MATH_ADD">MATH_ADD</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#MATH_DIVIDE">MATH_DIVIDE</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#MATH_MULTIPLY">MATH_MULTIPLY</A>, <A HREF="../../../org/geotools/filter/ExpressionType.html#MATH_SUBTRACT">MATH_SUBTRACT</A></CODE></TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></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><A HREF="../../../org/geotools/filter/Expression.html#accept(org.geotools.filter.FilterVisitor)">accept</A></B>(<A HREF="../../../org/geotools/filter/FilterVisitor.html" title="interface in org.geotools.filter">FilterVisitor</A> visitor)</CODE><BR> <B>Deprecated.</B> <I>use use <CODE>Expression.accept(ExpressionVisitor, Object)</CODE></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expression.html#evaluate(org.geotools.feature.Feature)">evaluate</A></B>(<A HREF="../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature)</CODE><BR> <B>Deprecated.</B> Evaluates the expression against an instance of <A HREF="../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature"><CODE>Feature</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> short</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expression.html#getType()">getType</A></B>()</CODE><BR> <B>Deprecated.</B> <I>The enumeration based type system has been replaced by a class based type system.</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/Expression.html#getValue(org.geotools.feature.Feature)">getValue</A></B>(<A HREF="../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature)</CODE><BR> <B>Deprecated.</B> <I>use <CODE>org.opengis.filter.expression.Expression#evaluate(Feature)</CODE></I></TD></TR></TABLE> <A NAME="methods_inherited_from_class_Expression"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface Expression</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>accept, evaluate</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getType()"><!-- --></A><H3>getType</H3><PRE>public short <B>getType</B>()</PRE><DL><DD><B>Deprecated.</B> <I>The enumeration based type system has been replaced by a class based type system.</I><P><DD>Gets the type of this expression.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>Expression type.</DL></DD></DL><HR><A NAME="evaluate(org.geotools.feature.Feature)"><!-- --></A><H3>evaluate</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>evaluate</B>(<A HREF="../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature)</PRE><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -