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

📄 beyondimpl.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 3 页
字号:
&nbsp;<A NAME="fields_inherited_from_class_FilterType"><!-- --></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/FilterType.html" title="interface in org.geotools.filter">FilterType</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/filter/FilterType.html#BETWEEN">BETWEEN</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#COMPARE_EQUALS">COMPARE_EQUALS</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#COMPARE_GREATER_THAN">COMPARE_GREATER_THAN</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#COMPARE_GREATER_THAN_EQUAL">COMPARE_GREATER_THAN_EQUAL</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#COMPARE_LESS_THAN">COMPARE_LESS_THAN</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#COMPARE_LESS_THAN_EQUAL">COMPARE_LESS_THAN_EQUAL</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#COMPARE_NOT_EQUALS">COMPARE_NOT_EQUALS</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#FID">FID</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_BBOX">GEOMETRY_BBOX</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_BEYOND">GEOMETRY_BEYOND</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_CONTAINS">GEOMETRY_CONTAINS</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_CROSSES">GEOMETRY_CROSSES</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_DISJOINT">GEOMETRY_DISJOINT</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_DWITHIN">GEOMETRY_DWITHIN</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_EQUALS">GEOMETRY_EQUALS</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_INTERSECTS">GEOMETRY_INTERSECTS</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_OVERLAPS">GEOMETRY_OVERLAPS</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_TOUCHES">GEOMETRY_TOUCHES</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#GEOMETRY_WITHIN">GEOMETRY_WITHIN</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#LIKE">LIKE</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#LOGIC_AND">LOGIC_AND</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#LOGIC_NOT">LOGIC_NOT</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#LOGIC_OR">LOGIC_OR</A>, <A HREF="../../../../org/geotools/filter/FilterType.html#NULL">NULL</A></CODE></TD></TR></TABLE>&nbsp;<!-- ======== 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><CODE><B><A HREF="../../../../org/geotools/filter/spatial/BeyondImpl.html#BeyondImpl(org.geotools.filter.FilterFactory, org.opengis.filter.expression.Expression, org.opengis.filter.expression.Expression)">BeyondImpl</A></B>(<A HREF="../../../../org/geotools/filter/FilterFactory.html" title="interface in org.geotools.filter">FilterFactory</A>&nbsp;factory,           Expression&nbsp;e1,           Expression&nbsp;e2)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<!-- ========== 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>&nbsp;<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/spatial/BeyondImpl.html#accept(org.opengis.filter.FilterVisitor, java.lang.Object)">accept</A></B>(FilterVisitor&nbsp;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>&nbsp;extraData)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/filter/spatial/BeyondImpl.html#evaluate(org.geotools.feature.Feature)">evaluate</A></B>(<A HREF="../../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A>&nbsp;feature)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether or not a given feature is 'inside' this filter.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_CartesianDistanceFilter"><!-- --></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/CartesianDistanceFilter.html" title="class in org.geotools.filter">CartesianDistanceFilter</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/filter/CartesianDistanceFilter.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../org/geotools/filter/CartesianDistanceFilter.html#getDistance()">getDistance</A>, <A HREF="../../../../org/geotools/filter/CartesianDistanceFilter.html#getDistanceUnits()">getDistanceUnits</A>, <A HREF="../../../../org/geotools/filter/CartesianDistanceFilter.html#hashCode()">hashCode</A>, <A HREF="../../../../org/geotools/filter/CartesianDistanceFilter.html#setDistance(double)">setDistance</A>, <A HREF="../../../../org/geotools/filter/CartesianDistanceFilter.html#setUnits(java.lang.String)">setUnits</A>, <A HREF="../../../../org/geotools/filter/CartesianDistanceFilter.html#toString()">toString</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_GeometryFilterImpl"><!-- --></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/GeometryFilterImpl.html" title="class in org.geotools.filter">GeometryFilterImpl</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#addLeftGeometry(org.geotools.filter.Expression)">addLeftGeometry</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#addRightGeometry(org.geotools.filter.Expression)">addRightGeometry</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#getLeftGeometry()">getLeftGeometry</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#getLeftGeometry(org.geotools.feature.Feature)">getLeftGeometry</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#getRightGeometry()">getRightGeometry</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#getRightGeometry(org.geotools.feature.Feature)">getRightGeometry</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#setExpression1(org.opengis.filter.expression.Expression)">setExpression1</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#setExpression2(org.opengis.filter.expression.Expression)">setExpression2</A>, <A HREF="../../../../org/geotools/filter/GeometryFilterImpl.html#validate(org.geotools.feature.Feature)">validate</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_BinaryComparisonAbstract"><!-- --></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/BinaryComparisonAbstract.html" title="class in org.geotools.filter">BinaryComparisonAbstract</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/filter/BinaryComparisonAbstract.html#and(org.geotools.filter.Filter)">and</A>, <A HREF="../../../../org/geotools/filter/BinaryComparisonAbstract.html#getExpression1()">getExpression1</A>, <A HREF="../../../../org/geotools/filter/BinaryComparisonAbstract.html#getExpression2()">getExpression2</A>, <A HREF="../../../../org/geotools/filter/BinaryComparisonAbstract.html#not()">not</A>, <A HREF="../../../../org/geotools/filter/BinaryComparisonAbstract.html#or(org.geotools.filter.Filter)">or</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_AbstractFilter"><!-- --></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/AbstractFilter.html" title="class in org.geotools.filter">AbstractFilter</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/filter/AbstractFilter.html#accept(org.geotools.filter.FilterVisitor)">accept</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#contains(org.geotools.feature.Feature)">contains</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#evaluate(java.lang.Object)">evaluate</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#getFilterType()">getFilterType</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#isCompareFilter(short)">isCompareFilter</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#isGeometryDistanceFilter(short)">isGeometryDistanceFilter</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#isGeometryFilter(short)">isGeometryFilter</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#isLogicFilter(short)">isLogicFilter</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#isMathFilter(short)">isMathFilter</A>, <A HREF="../../../../org/geotools/filter/AbstractFilter.html#isSimpleFilter(short)">isSimpleFilter</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_FilterAbstract"><!-- --></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/FilterAbstract.html" title="class in org.geotools.filter">FilterAbstract</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/filter/FilterAbstract.html#accepts(org.geotools.feature.Feature)">accepts</A>, <A HREF="../../../../org/geotools/filter/FilterAbstract.html#comparable(org.opengis.filter.expression.Expression, org.geotools.feature.Feature)">comparable</A>, <A HREF="../../../../org/geotools/filter/FilterAbstract.html#eval(org.geotools.filter.Expression, org.geotools.feature.Feature)">eval</A>, <A HREF="../../../../org/geotools/filter/FilterAbstract.html#eval(org.opengis.filter.expression.Expression, java.lang.Object)">eval</A></CODE></TD></TR></TABLE>&nbsp;<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"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_DistanceBufferOperator"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface DistanceBufferOperator</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getDistance, getDistanceUnits</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_BinarySpatialOperator"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface BinarySpatialOperator</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getExpression1, getExpression2</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_Filter"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface Filter</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>evaluate</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_GeometryDistanceFilter"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface <A HREF="../../../../org/geotools/filter/GeometryDistanceFilter.html" title="interface in org.geotools.filter">GeometryDistanceFilter</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/filter/GeometryDistanceFilter.html#contains(org.geotools.feature.Feature)">contains</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_GeometryFilter"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface <A HREF="../../../../org/geotools/filter/GeometryFilter.html" title="interface in org.geotools.filter">GeometryFilter</A></B></TD></TR>

⌨️ 快捷键说明

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