package-summary.html
来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 565 行 · 第 1/3 页
HTML
565 行
<TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsLessThenOrEqualToImpl.html" title="class in org.geotools.filter">IsLessThenOrEqualToImpl</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsNotEqualToImpl.html" title="class in org.geotools.filter">IsNotEqualToImpl</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsNullImpl.html" title="class in org.geotools.filter">IsNullImpl</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/LengthFunction.html" title="class in org.geotools.filter">LengthFunction</A></B></TD><TD>Takes an AttributeExpression, and computes the length of the data for the attribute.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/LikeFilterImpl.html" title="class in org.geotools.filter">LikeFilterImpl</A></B></TD><TD>Defines a like filter, which checks to see if an attribute matches a REGEXP.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/LiteralExpressionImpl.html" title="class in org.geotools.filter">LiteralExpressionImpl</A></B></TD><TD>Defines an expression that holds a literal for return.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/LogicFilterImpl.html" title="class in org.geotools.filter">LogicFilterImpl</A></B></TD><TD>Defines a logic filter (the only filter type that contains other filters). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/LogicSAXParser.html" title="class in org.geotools.filter">LogicSAXParser</A></B></TD><TD>Processes messages from clients to create Logic Filters. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/MapScaleDenominatorImpl.html" title="class in org.geotools.filter">MapScaleDenominatorImpl</A></B></TD><TD>This class is actualy a place holder. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/MathExpressionImpl.html" title="class in org.geotools.filter">MathExpressionImpl</A></B></TD><TD>Holds a mathematical relationship between two expressions. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/MaxFunction.html" title="class in org.geotools.filter">MaxFunction</A></B></TD><TD><B>Deprecated.</B> <I>- use org.geotools.filter.function.math.MinFunction instead</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/MinFunction.html" title="class in org.geotools.filter">MinFunction</A></B></TD><TD><B>Deprecated.</B> <I>- use org.geotools.filter.function.math.MinFunction instead</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/NotImpl.html" title="class in org.geotools.filter">NotImpl</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/NullFilterImpl.html" title="class in org.geotools.filter">NullFilterImpl</A></B></TD><TD>Defines a null filter, which checks to see if an attribute is null.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/OrImpl.html" title="class in org.geotools.filter">OrImpl</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SortByImpl.html" title="class in org.geotools.filter">SortByImpl</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SortOrder.html" title="class in org.geotools.filter">SortOrder</A></B></TD><TD><B>Deprecated.</B> <I>Please use org.opengis.filter.sort.SortOrder</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLEncoder.html" title="class in org.geotools.filter">SQLEncoder</A></B></TD><TD>Encodes a filter into a SQL WHERE statement. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLEncoderHsql.html" title="class in org.geotools.filter">SQLEncoderHsql</A></B></TD><TD>Encodes a filter into a SQL WHERE statement for HSQL. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLEncoderMySQL.html" title="class in org.geotools.filter">SQLEncoderMySQL</A></B></TD><TD>Encodes a filter into a SQL WHERE statement for MySQL. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLEncoderOracle.html" title="class in org.geotools.filter">SQLEncoderOracle</A></B></TD><TD>Encodes Geometry filters into valid oracle SDO statements. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLEncoderPostgis.html" title="class in org.geotools.filter">SQLEncoderPostgis</A></B></TD><TD>Encodes a filter into a SQL WHERE statement for postgis. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLEncoderPostgisGeos.html" title="class in org.geotools.filter">SQLEncoderPostgisGeos</A></B></TD><TD><B>Deprecated.</B> <I>use SQLEncoderPostgis with setSupportsGEOS(true)</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLUnpacker.html" title="class in org.geotools.filter">SQLUnpacker</A></B></TD><TD><B>Deprecated.</B> <I>please use PostPreProcessFilterSplittingVisitor</I></TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Exception Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterFactoryCreationException.html" title="class in org.geotools.filter">FilterFactoryCreationException</A></B></TD><TD>An exception that can be thrown by the StyleFactory if it fails to create the implementation of the StyleFactory.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IllegalFilterException.html" title="class in org.geotools.filter">IllegalFilterException</A></B></TD><TD>Defines an exception for illegal filters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/MalformedFilterException.html" title="class in org.geotools.filter">MalformedFilterException</A></B></TD><TD>Defines an exception for a malformed filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/SQLEncoderException.html" title="class in org.geotools.filter">SQLEncoderException</A></B></TD><TD>Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems.</TD></TR></TABLE> <P><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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.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/feature/visitor/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../org/geotools/filter/expression/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.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></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 + =
减小字号Ctrl + -
显示快捷键?