⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deprecated-list.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<TD><A HREF="org/geotools/filter/LiteralExpression.html" title="interface in org.geotools.filter">LiteralExpression</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>Literal</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/LogicFilter.html" title="interface in org.geotools.filter">LogicFilter</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>BinaryLogicOperator</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/MathExpression.html" title="interface in org.geotools.filter">MathExpression</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>BinaryExpression</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/NullFilter.html" title="interface in org.geotools.filter">NullFilter</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>PropertyIsNull</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/SortBy.html" title="interface in org.geotools.filter">SortBy</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Please use org.opengis.filter.sort.SortBy</I>&nbsp;</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Errors</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/factory/FactoryConfigurationError.html" title="class in org.geotools.factory">FactoryConfigurationError</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This error was used by <A HREF="org/geotools/factory/FactoryFinder.html" title="class in org.geotools.factory"><CODE>FactoryFinder</CODE></A>. The proposed replacement       (<A HREF="org/geotools/factory/FactoryRegistry.html" title="class in org.geotools.factory"><CODE>FactoryRegistry</CODE></A>) uses an exception (<A HREF="org/geotools/factory/FactoryRegistryException.html" title="class in org.geotools.factory"><CODE>FactoryRegistryException</CODE></A>) instead of       an error. There is two reasons why we switched back to an exception instead of an error:       <ul>         <li>At the difference of <A HREF="org/geotools/factory/FactoryFinder.html" title="class in org.geotools.factory"><CODE>FactoryFinder</CODE></A>, <A HREF="org/geotools/factory/FactoryRegistry.html" title="class in org.geotools.factory"><CODE>FactoryRegistry</CODE></A> do not expects             a default implementation to be specified.</li>         <li><A HREF="org/geotools/factory/FactoryRegistry.html" title="class in org.geotools.factory"><CODE>FactoryRegistry</CODE></A> can accepts an optional set of user-provided <A HREF="org/geotools/factory/Hints.html" title="class in org.geotools.factory"><CODE>Hints</CODE></A>.             Those hints may reduces the set of acceptable factories.</li>       </ul>       Because of the above, a "factory not found" exception may not be caused by a JVM,       compilation or packaging error. It is more similar to a       <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/MissingResourceException.html" title="class or interface in java.util"><CODE>MissingResourceException</CODE></A>.</I>&nbsp;</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Fields</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/referencing/operation/matrix/GeneralMatrix.html#EPS">org.geotools.referencing.operation.matrix.GeneralMatrix.EPS</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Doesn't seem to be used...</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/referencing/operation/matrix/XAffineTransform.html#EPS">org.geotools.referencing.operation.matrix.XAffineTransform.EPS</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>To be removed after we removed the deprecated <A HREF="org/geotools/referencing/operation/matrix/XAffineTransform.html#round(java.awt.geom.AffineTransform)"><CODE>XAffineTransform.round(AffineTransform)</CODE></A>             method (replaced by <A HREF="org/geotools/referencing/operation/matrix/XAffineTransform.html#round(java.awt.geom.AffineTransform, double)"><CODE>XAffineTransform.round(AffineTransform,double)</CODE></A>).</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/factory/Hints.html#GRID_COVERAGE_PROCESSOR">org.geotools.factory.Hints.GRID_COVERAGE_PROCESSOR</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>The  interface is not yet             stable. Avoid dependencies if possible.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/referencing/operation/AbstractCoordinateOperationFactory.html#mtFactory">org.geotools.referencing.operation.AbstractCoordinateOperationFactory.mtFactory</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/geotools/referencing/operation/AbstractCoordinateOperationFactory.html#getMathTransformFactory()"><CODE>AbstractCoordinateOperationFactory.getMathTransformFactory()</CODE></A> instead. This field will be made             private in a future Geotools release.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/data/postgis/PostgisDataStore.html#OPTIMIZE_MODE">org.geotools.data.postgis.PostgisDataStore.OPTIMIZE_MODE</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Dot not use this directly, use <A HREF="org/geotools/data/postgis/PostgisDataStore.html#getOptimizeMode()"><CODE>PostgisDataStore.getOptimizeMode()</CODE></A>.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/SortBy.html#UNSORTED">org.geotools.filter.SortBy.UNSORTED</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>SortBy.UNSORTED</CODE></I>&nbsp;</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Methods</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/DefaultExpression.html#accept(org.geotools.filter.FilterVisitor)">org.geotools.filter.DefaultExpression.accept(FilterVisitor)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>Expression.accept(ExpressionVisitor, Object)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/AbstractFilter.html#accept(org.geotools.filter.FilterVisitor)">org.geotools.filter.AbstractFilter.accept(FilterVisitor)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>Filter.accept(FilterVisitor, Object)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/Filter.html#accept(org.geotools.filter.FilterVisitor)">org.geotools.filter.Filter.accept(FilterVisitor)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>Filter.accept(FilterVisitor, Object)</CODE>.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/Expression.html#accept(org.geotools.filter.FilterVisitor)">org.geotools.filter.Expression.accept(FilterVisitor)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use use <CODE>Expression.accept(ExpressionVisitor, Object)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/ConstantExpression.html#accept(org.geotools.filter.FilterVisitor)">org.geotools.filter.ConstantExpression.accept(FilterVisitor)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/geotools/filter/ConstantExpression.html#accept(org.opengis.filter.expression.ExpressionVisitor, java.lang.Object)"><CODE>ConstantExpression.accept(ExpressionVisitor, Object)</CODE></A>.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/data/FeatureStore.html#addFeatures(org.geotools.data.FeatureReader)">org.geotools.data.FeatureStore.addFeatures(FeatureReader)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Please use addFeatures( FeatureCollection )</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/styling/NamedStyle.html#addFeatureTypeStyle(org.geotools.styling.FeatureTypeStyle)">org.geotools.styling.NamedStyle.addFeatureTypeStyle(FeatureTypeStyle)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Not supported</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/GeometryFilterImpl.html#addLeftGeometry(org.geotools.filter.Expression)">org.geotools.filter.GeometryFilterImpl.addLeftGeometry(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/geotools/filter/GeometryFilterImpl.html#setExpression1(org.opengis.filter.expression.Expression)"><CODE>GeometryFilterImpl.setExpression1(org.opengis.filter.expression.Expression)</CODE></A></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/GeometryFilter.html#addLeftGeometry(org.geotools.filter.Expression)">org.geotools.filter.GeometryFilter.addLeftGeometry(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>BinarySpatialOperator#setExpression1(Expression)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/MathExpressionImpl.html#addLeftValue(org.geotools.filter.Expression)">org.geotools.filter.MathExpressionImpl.addLeftValue(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/geotools/filter/MathExpressionImpl.html#setExpression1(org.opengis.filter.expression.Expression)"><CODE>MathExpressionImpl.setExpression1(org.opengis.filter.expression.Expression)</CODE></A></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/MathExpression.html#addLeftValue(org.geotools.filter.Expression)">org.geotools.filter.MathExpression.addLeftValue(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>BinaryExpression#setExpression1(Expression)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/CompareFilter.html#addLeftValue(org.geotools.filter.Expression)">org.geotools.filter.CompareFilter.addLeftValue(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>BinaryComparisonOperator#setExpression1(Expression)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/IsBetweenImpl.html#addMiddleValue(org.geotools.filter.Expression)">org.geotools.filter.IsBetweenImpl.addMiddleValue(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/geotools/filter/IsBetweenImpl.html#setExpression(org.opengis.filter.expression.Expression)"><CODE>IsBetweenImpl.setExpression(Expression)</CODE></A></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/BetweenFilterImpl.html#addMiddleValue(org.geotools.filter.Expression)">org.geotools.filter.BetweenFilterImpl.addMiddleValue(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/geotools/filter/BetweenFilterImpl.html#setExpression(org.opengis.filter.expression.Expression)"><CODE>BetweenFilterImpl.setExpression(org.opengis.filter.expression.Expression)</CODE></A></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/BetweenFilter.html#addMiddleValue(org.geotools.filter.Expression)">org.geotools.filter.BetweenFilter.addMiddleValue(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>PropertyIsBetween#setExpression(Expression)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/GeometryFilterImpl.html#addRightGeometry(org.geotools.filter.Expression)">org.geotools.filter.GeometryFilterImpl.addRightGeometry(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>#set</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/GeometryFilter.html#addRightGeometry(org.geotools.filter.Expression)">org.geotools.filter.GeometryFilter.addRightGeometry(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <CODE>BinarySpatialOperator#setExpression2(Expression)</CODE></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/geotools/filter/MathExpressionImpl.html#addRightValue(org.geotools.filter.Expression)">org.geotools.filter.MathExpressionImpl.addRightValue(Expression)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/geotools/filter/MathExpressionImpl.html#setExpression2(org.opengis.filter.expression.Expression)"><CODE>MathExpressionImpl.setExpression2(org.opengis.filter.expression.Expression)</CODE></A></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">

⌨️ 快捷键说明

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