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

📄 spatiotemporalcoverage3d.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
</DD></DL><HR><A NAME="toPoint2D(org.opengis.spatialschema.geometry.DirectPosition)"><!-- --></A><H3>toPoint2D</H3><PRE>public final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A> <B>toPoint2D</B>(DirectPosition&nbsp;position)</PRE><DL><DD>Returns the spatial coordinate for the specified direct position. This method (together with <A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toDate(org.opengis.spatialschema.geometry.DirectPosition)"><CODE>toDate</CODE></A>) is the converse of <A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toDirectPosition(java.awt.geom.Point2D, java.util.Date)"><CODE>toDirectPosition</CODE></A>.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>position</CODE> - The direct position, as computed by                  <A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toDirectPosition(java.awt.geom.Point2D, java.util.Date)"><CODE>toDirectPosition</CODE></A>.<DT><B>Returns:</B><DD>The spatial coordinate.<DT><B>Since:</B></DT>  <DD>2.2</DD><DT><B>See Also:</B><DD><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toDate(org.opengis.spatialschema.geometry.DirectPosition)"><CODE>toDate(org.opengis.spatialschema.geometry.DirectPosition)</CODE></A>, <A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toDirectPosition(java.awt.geom.Point2D, java.util.Date)"><CODE>toDirectPosition(java.awt.geom.Point2D, java.util.Date)</CODE></A></DL></DD></DL><HR><A NAME="evaluate(java.awt.geom.Point2D, java.util.Date, boolean[])"><!-- --></A><H3>evaluate</H3><PRE>public final boolean[] <B>evaluate</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;point,                                <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A>&nbsp;time,                                boolean[]&nbsp;dest)                         throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of boolean values for a given point in the coverage.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>point</CODE> - The coordinate point where to evaluate.<DD><CODE>time</CODE> - The date where to evaluate.<DD><CODE>dest</CODE> - An array in which to store values, or  to create a new array.<DT><B>Returns:</B><DD>The  array, or a newly created array if  was null.<DT><B>Throws:</B><DD><CODE>PointOutsideCoverageException</CODE> - if  or  is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.</DL></DD></DL><HR><A NAME="evaluate(java.awt.geom.Point2D, java.util.Date, byte[])"><!-- --></A><H3>evaluate</H3><PRE>public final byte[] <B>evaluate</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;point,                             <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A>&nbsp;time,                             byte[]&nbsp;dest)                      throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of byte values for a given point in the coverage.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>point</CODE> - The coordinate point where to evaluate.<DD><CODE>time</CODE> - The date where to evaluate.<DD><CODE>dest</CODE> - An array in which to store values, or  to create a new array.<DT><B>Returns:</B><DD>The  array, or a newly created array if  was null.<DT><B>Throws:</B><DD><CODE>PointOutsideCoverageException</CODE> - if  or  is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.</DL></DD></DL><HR><A NAME="evaluate(java.awt.geom.Point2D, java.util.Date, int[])"><!-- --></A><H3>evaluate</H3><PRE>public final int[] <B>evaluate</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;point,                            <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A>&nbsp;time,                            int[]&nbsp;dest)                     throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of integer values for a given point in the coverage.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>point</CODE> - The coordinate point where to evaluate.<DD><CODE>time</CODE> - The date where to evaluate.<DD><CODE>dest</CODE> - An array in which to store values, or  to create a new array.<DT><B>Returns:</B><DD>The  array, or a newly created array if  was null.<DT><B>Throws:</B><DD><CODE>PointOutsideCoverageException</CODE> - if  or  is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.</DL></DD></DL><HR><A NAME="evaluate(java.awt.geom.Point2D, java.util.Date, float[])"><!-- --></A><H3>evaluate</H3><PRE>public final float[] <B>evaluate</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;point,                              <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A>&nbsp;time,                              float[]&nbsp;dest)                       throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of float values for a given point in the coverage.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>point</CODE> - The coordinate point where to evaluate.<DD><CODE>time</CODE> - The date where to evaluate.<DD><CODE>dest</CODE> - An array in which to store values, or  to create a new array.<DT><B>Returns:</B><DD>The  array, or a newly created array if  was null.<DT><B>Throws:</B><DD><CODE>PointOutsideCoverageException</CODE> - if  or  is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.</DL></DD></DL><HR><A NAME="evaluate(java.awt.geom.Point2D, java.util.Date, double[])"><!-- --></A><H3>evaluate</H3><PRE>public final double[] <B>evaluate</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;point,                               <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A>&nbsp;time,                               double[]&nbsp;dest)                        throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of double values for a given point in the coverage.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>point</CODE> - The coordinate point where to evaluate.<DD><CODE>time</CODE> - The date where to evaluate.<DD><CODE>dest</CODE> - An array in which to store values, or  to create a new array.<DT><B>Returns:</B><DD>The  array, or a newly created array if  was null.<DT><B>Throws:</B><DD><CODE>PointOutsideCoverageException</CODE> - if  or  is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.</DL></DD></DL><HR><A NAME="evaluate(org.opengis.spatialschema.geometry.DirectPosition)"><!-- --></A><H3>evaluate</H3><PRE>public final <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>evaluate</B>(DirectPosition&nbsp;coord)                      throws CannotEvaluateException</PRE><DL><DD>Returns the value vector for a given point in the coverage.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>coord</CODE> - The coordinate point where to evaluate.<DT><B>Throws:</B><DD><CODE>PointOutsideCoverageException</CODE> - if  is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.</DL></DD></DL><HR><A NAME="evaluate(org.opengis.spatialschema.geometry.DirectPosition, boolean[])"><!-- --></A><H3>evaluate</H3><PRE>public final boolean[] <B>evaluate</B>(DirectPosition&nbsp;coord,                                boolean[]&nbsp;dest)                         throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of boolean values for a given point in the coverage.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>evaluate</CODE> in interface <CODE>Coverage</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, boolean[])">evaluate</A></CODE> in class <CODE><A HREF="../../../org/geotools/coverage/AbstractCoverage.html" title="class in org.geotools.coverage">AbstractCoverage</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>coord</CODE> - The coordinate point where to evaluate.<DD><CODE>dest</CODE> - An array in which to store values, or  to create a            new array.<DT><B>Returns:</B><DD>The  array, or a newly created array if          was null.<DT><B>Throws:</B><DD><CODE>CannotEvaluateException</CODE> - if the values can't be computed at the specified coordinate.             More specifically, <CODE>PointOutsideCoverageException</CODE> is             thrown if the evaluation failed because the input point has             invalid coordinates. This exception may also be throws if the             coverage data type can't be converted to  by             an identity or widening conversion. Subclasses may relax this             constraint if appropriate.</DL></DD></DL><HR><A NAME="evaluate(org.opengis.spatialschema.geometry.DirectPosition, byte[])"><!-- --></A><H3>evaluate</H3><PRE>public final byte[] <B>evaluate</B>(DirectPosition&nbsp;coord,                             byte[]&nbsp;dest)                      throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of byte values for a given point in the coverage.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>evaluate</CODE> in interface <CODE>Coverage</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, byte[])">evaluate</A></CODE> in class <CODE><A HREF="../../../org/geotools/coverage/AbstractCoverage.html" title="class in org.geotools.coverage">AbstractCoverage</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>coord</CODE> - The coordinate point where to evaluate.<DD><CODE>dest</CODE> - An array in which to store values, or  to create a            new array.<DT><B>Returns:</B><DD>The  array, or a newly created array if          was null.<DT><B>Throws:</B><DD><CODE>CannotEvaluateException</CODE> - if the values can't be computed at the specified coordinate.             More specifically, <CODE>PointOutsideCoverageException</CODE> is             thrown if the evaluation failed because the input point has             invalid coordinates. This exception may also be throws if the             coverage data type can't be converted to  by an             identity or widening conversion. Subclasses may relax this             constraint if appropriate.</DL></DD></DL><HR><A NAME="evaluate(org.opengis.spatialschema.geometry.DirectPosition, int[])"><!-- --></A><H3>evaluate</H3><PRE>public final int[] <B>evaluate</B>(DirectPosition&nbsp;coord,                            int[]&nbsp;dest)

⌨️ 快捷键说明

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