📄 likefilter.html
字号:
</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="setPattern(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>setPattern</H3><PRE>public void <B>setPattern</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> 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> wildcardMulti, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> wildcardSingle, <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)</PRE><DL><DD><B>Deprecated.</B> <I>use one of <CODE>PropertyIsLike#setExpression(Expression)</CODE> <CODE>PropertyIsLike#setWildCard(String)</CODE> <CODE>PropertyIsLike#setSingleChar(String)</CODE> <CODE>PropertyIsLike#setEscape(String)</CODE></I><P><DD>Sets the match pattern for this FilterLike.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>pattern</CODE> - The string which contains the match pattern for this filter.<DD><CODE>wildcardMulti</CODE> - The string that represents a mulitple character (1->n) wildcard.<DD><CODE>wildcardSingle</CODE> - The string that represents a single character (1) wildcard.<DD><CODE>escape</CODE> - The string that represents an escape character.</DL></DD></DL><HR><A NAME="getWildcardMulti()"><!-- --></A><H3>getWildcardMulti</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getWildcardMulti</B>()</PRE><DL><DD><B>Deprecated.</B> <I>use <CODE>PropertyIsLike.getWildCard()</CODE></I><P><DD>Getter for property wildcardMulti.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>Value of property wildcardMulti.</DL></DD></DL><HR><A NAME="getEscape()"><!-- --></A><H3>getEscape</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getEscape</B>()</PRE><DL><DD><B>Deprecated.</B> <I>use <CODE>PropertyIsLike.getEscape()</CODE></I><P><DD>Accessor for property escape.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>getEscape</CODE> in interface <CODE>PropertyIsLike</CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Value of property escape.</DL></DD></DL><HR><A NAME="setPattern(org.geotools.filter.Expression, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>setPattern</H3><PRE>public void <B>setPattern</B>(<A HREF="../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> p, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> wildcardMulti, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> wildcardSingle, <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)</PRE><DL><DD><B>Deprecated.</B> <I>use one of <CODE>PropertyIsLike#setExpression(Expression)</CODE> <CODE>PropertyIsLike#setWildCard(String)</CODE> <CODE>PropertyIsLike#setSingleChar(String)</CODE> <CODE>PropertyIsLike#setEscape(String)</CODE></I><P><DD>Sets the match pattern for this FilterLike.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>p</CODE> - The expression which evaluates to the match pattern for this filter.<DD><CODE>wildcardMulti</CODE> - The string that represents a mulitple character (1->n) wildcard.<DD><CODE>wildcardSingle</CODE> - the string that represents a single character (1) wildcard.<DD><CODE>escape</CODE> - The string that represents an escape character.</DL></DD></DL><HR><A NAME="getPattern()"><!-- --></A><H3>getPattern</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getPattern</B>()</PRE><DL><DD><B>Deprecated.</B> <I>use <CODE>PropertyIsLike.getLiteral()</CODE></I><P><DD>Accessor method to retrieve the pattern.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the pattern being matched.</DL></DD></DL><HR><A NAME="setValue(org.geotools.filter.Expression)"><!-- --></A><H3>setValue</H3><PRE>public void <B>setValue</B>(<A HREF="../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> attribute) throws <A HREF="../../../org/geotools/filter/IllegalFilterException.html" title="class in org.geotools.filter">IllegalFilterException</A></PRE><DL><DD><B>Deprecated.</B> <I>use <CODE>PropertyIsLike#setExpression(Expression)</CODE></I><P><DD>Sets the expression to be evalutated as being like the pattern.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>attribute</CODE> - The value of the attribute for comparison.<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/geotools/filter/IllegalFilterException.html" title="class in org.geotools.filter">IllegalFilterException</A></CODE> - Filter is illegal, adding something other than a string attribute.</DL></DD></DL><HR><A NAME="getValue()"><!-- --></A><H3>getValue</H3><PRE>public <A HREF="../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A> <B>getValue</B>()</PRE><DL><DD><B>Deprecated.</B> <I>use <CODE>PropertyIsLike.getExpression()</CODE></I><P><DD>Gets the Value (left hand side) of this filter.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The expression that is the value of the filter.</DL></DD></DL><HR><A NAME="getWildcardSingle()"><!-- --></A><H3>getWildcardSingle</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getWildcardSingle</B>()</PRE><DL><DD><B>Deprecated.</B> <I>use <CODE>PropertyIsLike.getSingleChar()()</CODE></I><P><DD>Accessor for property wildcardSingle.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>Value of property wildcardSingle.</DL></DD></DL><HR><A NAME="contains(org.geotools.feature.Feature)"><!-- --></A><H3>contains</H3><PRE>public boolean <B>contains</B>(<A HREF="../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature)</PRE><DL><DD><B>Deprecated.</B> <I>use <CODE>org.opengis.filter.Filter#evaluate(Feature)</CODE></I><P><DD>Determines whether or not a given feature matches this pattern.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/filter/Filter.html#contains(org.geotools.feature.Feature)">contains</A></CODE> in interface <CODE><A HREF="../../../org/geotools/filter/Filter.html" title="interface in org.geotools.filter">Filter</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>feature</CODE> - Specified feature to examine.<DT><B>Returns:</B><DD>Flag confirming whether or not this feature is inside the filter.<DT><B>'TODO:'</B></DT> <DD>REVISIT: could the pattern be null such that a null = null?</DD></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LikeFilter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/geotools/filter/GeometryFilter.html" title="interface in org.geotools.filter"><B>PREV CLASS</B></A> <A HREF="../../../org/geotools/filter/LiteralExpression.html" title="interface in org.geotools.filter"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="LikeFilter.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -