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

📄 spatiotemporalcoverage3d.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
                     throws CannotEvaluateException</PRE><DL><DD>Returns a sequence of integer 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, int[])">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, float[])"><!-- --></A><H3>evaluate</H3><PRE>public final float[] <B>evaluate</B>(DirectPosition&nbsp;coord,                              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>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, float[])">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, double[])"><!-- --></A><H3>evaluate</H3><PRE>public final double[] <B>evaluate</B>(DirectPosition&nbsp;coord,                               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>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, double[])">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="getGridCoverage2D(java.util.Date)"><!-- --></A><H3>getGridCoverage2D</H3><PRE>public <A HREF="../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">GridCoverage2D</A> <B>getGridCoverage2D</B>(<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)                                 throws CannotEvaluateException</PRE><DL><DD>Returns a 2 dimensional grid coverage for the given date. The grid geometry will be computed in order to produces image with the <A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getDefaultPixelSize()">default pixel size</A>, if any.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>time</CODE> - The date where to evaluate.<DT><B>Returns:</B><DD>The grid coverage at the specified time, or          if the requested date fall in a hole in the data.<DT><B>Throws:</B><DD><CODE>PointOutsideCoverageException</CODE> - if  is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.<DT><B>See Also:</B><DD><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getRenderableImage(java.util.Date)"><CODE>getRenderableImage(Date)</CODE></A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/renderable/RenderableImage.html#createDefaultRendering()" title="class or interface in java.awt.image.renderable"><CODE>RenderableImage.createDefaultRendering()</CODE></A></DL></DD></DL><HR><A NAME="getRenderableImage(java.util.Date)"><!-- --></A><H3>getRenderableImage</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/renderable/RenderableImage.html" title="class or interface in java.awt.image.renderable">RenderableImage</A> <B>getRenderableImage</B>(<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;date)</PRE><DL><DD>Returns 2D view of this grid coverage at the given date. For images produced by the <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/renderable/RenderableImage.html#createDefaultRendering()" title="class or interface in java.awt.image.renderable">default rendering</A>, the size will be computed from the <A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getDefaultPixelSize()">default pixel size</A>, if any.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>date</CODE> - The date where to evaluate the images.<DT><B>Returns:</B><DD>The renderable image.</DL></DD></DL><HR><A NAME="getDefaultPixelSize()"><!-- --></A><H3>getDefaultPixelSize</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Dimension2D.html" title="class or interface in java.awt.geom">Dimension2D</A> <B>getDefaultPixelSize</B>()</PRE><DL><DD>Returns the default pixel size for images to be produced by <A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getRenderableImage(java.util.Date)"><CODE>getRenderableImage(Date)</CODE></A>. This method is invoked by <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/renderable/RenderableImage.html#createDefaultRendering()" title="class or interface in java.awt.image.renderable"><CODE>RenderableImage.createDefaultRendering()</CODE></A> for computing a default image size. The default implementation for this method always returns . Subclasses should overrides this method in order to provides a pixel size better suited to their data.<P><DD><DL><DT><B>Returns:</B><DD>The default pixel size, or  if no default is provided.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SpatioTemporalCoverage3D.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../org/geotools/coverage/GridSampleDimension.html" title="class in org.geotools.coverage"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../org/geotools/coverage/TransformedCoverage.html" title="class in org.geotools.coverage"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="SpatioTemporalCoverage3D.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_AbstractCoverage">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright &copy; 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>

⌨️ 快捷键说明

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