📄 functionexpressionimpl.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/geotools/filter/DefaultExpression.html#expressionType">expressionType</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#permissiveConstruction">permissiveConstruction</A></CODE></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 ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected </CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#FunctionExpressionImpl()">FunctionExpressionImpl</A></B>()</CODE><BR> Creates a new instance of FunctionExpression</TD></TR></TABLE> <!-- ========== 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> <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/FunctionExpressionImpl.html#accept(org.opengis.filter.expression.ExpressionVisitor, java.lang.Object)">accept</A></B>(ExpressionVisitor visitor, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> extraData)</CODE><BR> Subclass should override, default implementation just returns extraData</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#getArgCount()">getArgCount</A></B>()</CODE><BR> Gets the number of arguments that are set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#getArgs()">getArgs</A></B>()</CODE><BR> <B>Deprecated.</B> <I>use <A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#getParameters()"><CODE>getParameters()</CODE></A>.</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/util/Map.html" title="class or interface in java.util">Map</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#getImplementationHints()">getImplementationHints</A></B>()</CODE><BR> Returns the implementation hints. </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/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#getName()">getName</A></B>()</CODE><BR> Gets the name of this function.</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/util/List.html" title="class or interface in java.util">List</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#getParameters()">getParameters</A></B>()</CODE><BR> Returns the function parameters.</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/FunctionExpressionImpl.html#getType()">getType</A></B>()</CODE><BR> Gets the type of 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><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#setArgs(org.geotools.filter.Expression[])">setArgs</A></B>(<A HREF="../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>[] args)</CODE><BR> <B>Deprecated.</B> <I>use <A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#setParameters(java.util.List)"><CODE>setParameters(List)</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><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html#setName(java.lang.String)">setName</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)</CODE><BR> Sets the name of hte function.</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/FunctionExpressionImpl.html#setParameters(java.util.List)">setParameters</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> params)</CODE><BR> Sets the function paramters.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_DefaultExpression"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../org/geotools/filter/DefaultExpression.html" title="class in org.geotools.filter">DefaultExpression</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/geotools/filter/DefaultExpression.html#accept(org.geotools.filter.FilterVisitor)">accept</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#evaluate(org.geotools.feature.Feature)">evaluate</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#evaluate(java.lang.Object)">evaluate</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#getValue(org.geotools.feature.Feature)">getValue</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#isAttributeExpression(short)">isAttributeExpression</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#isExpression(short)">isExpression</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#isFunctionExpression(short)">isFunctionExpression</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#isGeometryExpression(short)">isGeometryExpression</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#isLiteralExpression(short)">isLiteralExpression</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#isMathExpression(org.opengis.filter.expression.Expression)">isMathExpression</A>, <A HREF="../../../org/geotools/filter/DefaultExpression.html#isMathExpression(short)">isMathExpression</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_ExpressionAbstract"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../org/geotools/filter/expression/ExpressionAbstract.html" title="class in org.geotools.filter.expression">ExpressionAbstract</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/geotools/filter/expression/ExpressionAbstract.html#eval(org.geotools.filter.Expression, org.geotools.feature.Feature)">eval</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <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></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -