package-summary.html

来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 565 行 · 第 1/3 页

HTML
565
字号
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Class Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/AbstractFilter.html" title="class in org.geotools.filter">AbstractFilter</A></B></TD><TD>Implements Filter interface, with constants and default behaviors for methods.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/AbstractFilterImpl.html" title="class in org.geotools.filter">AbstractFilterImpl</A></B></TD><TD>Abstract filter implementation provides or and and methods for child filters to use.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/AndImpl.html" title="class in org.geotools.filter">AndImpl</A></B></TD><TD>Direct implementation of And filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/AreaFunction.html" title="class in org.geotools.filter">AreaFunction</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/AttributeExpressionImpl.html" title="class in org.geotools.filter">AttributeExpressionImpl</A></B></TD><TD>Defines a complex filter (could also be called logical filter). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/AttributeExpressionImpl2.html" title="class in org.geotools.filter">AttributeExpressionImpl2</A></B></TD><TD>Defines a complex filter (could also be called logical filter). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/BBoxExpressionImpl.html" title="class in org.geotools.filter">BBoxExpressionImpl</A></B></TD><TD>Implements a Bounding Box expression.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/BetweenFilterImpl.html" title="class in org.geotools.filter">BetweenFilterImpl</A></B></TD><TD><B>Deprecated.</B>&nbsp;<I>use <A HREF="../../../org/geotools/filter/IsBetweenImpl.html" title="class in org.geotools.filter"><CODE>IsBetweenImpl</CODE></A></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/BinaryComparisonAbstract.html" title="class in org.geotools.filter">BinaryComparisonAbstract</A></B></TD><TD>Abstract implemention for binary filters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/BinaryLogicAbstract.html" title="class in org.geotools.filter">BinaryLogicAbstract</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/CartesianDistanceFilter.html" title="class in org.geotools.filter">CartesianDistanceFilter</A></B></TD><TD>Defines geometry filters with a distance element.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/CompareFilterImpl.html" title="class in org.geotools.filter">CompareFilterImpl</A></B></TD><TD>Defines a comparison filter (can be a math comparison or generic equals). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/ConstantExpression.html" title="class in org.geotools.filter">ConstantExpression</A></B></TD><TD>The Expression class is not immutable! </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/DefaultExpression.html" title="class in org.geotools.filter">DefaultExpression</A></B></TD><TD>Implements a default expression, with helpful variables and static methods.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/Expr.html" title="class in org.geotools.filter">Expr</A></B></TD><TD>This is FilterFactory for a very interesting implementation of Filter / Expression. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/ExpressionBuilder.html" title="class in org.geotools.filter">ExpressionBuilder</A></B></TD><TD>ExpressionBuilder is the main entry point for parsing Expressions and Filters from a non-xml language. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/ExpressionDOMParser.html" title="class in org.geotools.filter">ExpressionDOMParser</A></B></TD><TD>parsez short sections of gml for use in expressions and filters Hopefully we can get away without a full parser here.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/ExpressionSAXParser.html" title="class in org.geotools.filter">ExpressionSAXParser</A></B></TD><TD>DOCUMENT ME!</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FidFilterImpl.html" title="class in org.geotools.filter">FidFilterImpl</A></B></TD><TD>Defines a feature ID filter, which holds a list of feature IDs. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterAbstract.html" title="class in org.geotools.filter">FilterAbstract</A></B></TD><TD>Abstract implementation for Filter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterAttributeExtractor.html" title="class in org.geotools.filter">FilterAttributeExtractor</A></B></TD><TD>A simple visitor that extracts every attribute used by a filter or an expression</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterCapabilities.html" title="class in org.geotools.filter">FilterCapabilities</A></B></TD><TD>Represents the Filter capabilities that are supported by a SQLEncoder.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterDOMParser.html" title="class in org.geotools.filter">FilterDOMParser</A></B></TD><TD>A dom based parser to build filters as per OGC 01-067</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterFactoryFinder.html" title="class in org.geotools.filter">FilterFactoryFinder</A></B></TD><TD>This specifies the interface to create filters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterFactoryImpl.html" title="class in org.geotools.filter">FilterFactoryImpl</A></B></TD><TD>Implementation of the FilterFactory, generates the filter implementations in defaultcore.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterFilter.html" title="class in org.geotools.filter">FilterFilter</A></B></TD><TD>Creates an OGC filter using a SAX filter.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilteringIteration.html" title="class in org.geotools.filter">FilteringIteration</A></B></TD><TD>DOCUMENT ME!</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/Filters.html" title="class in org.geotools.filter">Filters</A></B></TD><TD>Utility class for working with Filters & Expression. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterSAXParser.html" title="class in org.geotools.filter">FilterSAXParser</A></B></TD><TD>Creates filters from FilterFilter, which reads in a SAX stream and passes the appropriate messages here.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterTransformer.html" title="class in org.geotools.filter">FilterTransformer</A></B></TD><TD>An XMLEncoder for Filters and Expressions.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterTransformer.FilterTranslator.html" title="class in org.geotools.filter">FilterTransformer.FilterTranslator</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FilterVisitorFilterWrapper.html" title="class in org.geotools.filter">FilterVisitorFilterWrapper</A></B></TD><TD>Wraps an instanceof of <A HREF="../../../org/geotools/filter/FilterVisitor.html" title="interface in org.geotools.filter"><CODE>FilterVisitor</CODE></A> in an  <CODE>org.opengis.filter.FilterVisitorWrapper</CODE>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/FunctionExpressionImpl.html" title="class in org.geotools.filter">FunctionExpressionImpl</A></B></TD><TD>Abstract class for a function expression implementation</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/GeometryExpressionImpl.html" title="class in org.geotools.filter">GeometryExpressionImpl</A></B></TD><TD>Defines a complex filter (could also be called logical filter). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/GeometryFilterImpl.html" title="class in org.geotools.filter">GeometryFilterImpl</A></B></TD><TD>Implements a geometry filter.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/HsqlFilterFactoryImpl.html" title="class in org.geotools.filter">HsqlFilterFactoryImpl</A></B></TD><TD>Extention to the FilterFactoryImpl, supplies the HSQL specific filters  needed for query generation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsBetweenImpl.html" title="class in org.geotools.filter">IsBetweenImpl</A></B></TD><TD>Straight implementation of GeoAPI interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsEqualsToImpl.html" title="class in org.geotools.filter">IsEqualsToImpl</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsGreaterThanImpl.html" title="class in org.geotools.filter">IsGreaterThanImpl</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsGreaterThanOrEqualToImpl.html" title="class in org.geotools.filter">IsGreaterThanOrEqualToImpl</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../org/geotools/filter/IsLessThenImpl.html" title="class in org.geotools.filter">IsLessThenImpl</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?