📄 coveragestack.html
字号:
<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>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, float[])"><!-- --></A><H3>evaluate</H3><PRE>public float[] <B>evaluate</B>(DirectPosition coord, float[] 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>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, double[])"><!-- --></A><H3>evaluate</H3><PRE>public double[] <B>evaluate</B>(DirectPosition coord, double[] 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>PointOutsideCoverageException</CODE> - if is outside coverage.<DD><CODE>CannotEvaluateException</CODE> - if the computation failed for some other reason.</DL></DD></DL><HR><A NAME="coveragesAt(double)"><!-- --></A><H3>coveragesAt</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>coveragesAt</B>(double z)</PRE><DL><DD>Returns the coverages to be used for the specified <var>z</var> value. Special cases: <p> <ul> <li>If there is no coverage available for the specified <var>z</var> value, returns an <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collections.html#EMPTY_LIST" title="class or interface in java.util">empty list</A>.</li> <li>If there is only one coverage available, or if the specified <var>z</var> value falls exactly in the middle of the <A HREF="../../../org/geotools/coverage/CoverageStack.Element.html#getZRange()">range value</A> (i.e. no interpolation are needed), or if <A HREF="../../../org/geotools/coverage/CoverageStack.html#setInterpolationEnabled(boolean)">interpolations are disabled</A>, then this method returns a <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collections.html#singletonList(java.lang.Object)" title="class or interface in java.util">singleton</A>.</li> <li>Otherwise, this method returns a list containing at least 2 coverages, one before and one after the specified <var>z</var> value.</li> </ul><P><DD><DL><DT><B>Parameters:</B><DD><CODE>z</CODE> - The z value for the coverages to be returned.<DT><B>Returns:</B><DD>The coverages for the specified values. May contains 0, 1 or 2 elements.<DT><B>Since:</B></DT> <DD>2.3</DD></DL></DD></DL><HR><A NAME="isInterpolationEnabled()"><!-- --></A><H3>isInterpolationEnabled</H3><PRE>public boolean <B>isInterpolationEnabled</B>()</PRE><DL><DD>Returns if interpolation are enabled in the <var>z</var> value dimension. Interpolations are enabled by default.<P><DD><DL></DL></DD></DL><HR><A NAME="setInterpolationEnabled(boolean)"><!-- --></A><H3>setInterpolationEnabled</H3><PRE>public void <B>setInterpolationEnabled</B>(boolean flag)</PRE><DL><DD>Enable or disable interpolations in the <var>z</var> value dimension.<P><DD><DL></DL></DD></DL><HR><A NAME="addIIOReadWarningListener(javax.imageio.event.IIOReadWarningListener)"><!-- --></A><H3>addIIOReadWarningListener</H3><PRE>public void <B>addIIOReadWarningListener</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadWarningListener.html" title="class or interface in javax.imageio.event">IIOReadWarningListener</A> listener)</PRE><DL><DD>Adds an <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadWarningListener.html" title="class or interface in javax.imageio.event"><CODE>IIOReadWarningListener</CODE></A> to the list of registered warning listeners.<P><DD><DL></DL></DD></DL><HR><A NAME="removeIIOReadWarningListener(javax.imageio.event.IIOReadWarningListener)"><!-- --></A><H3>removeIIOReadWarningListener</H3><PRE>public void <B>removeIIOReadWarningListener</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadWarningListener.html" title="class or interface in javax.imageio.event">IIOReadWarningListener</A> listener)</PRE><DL><DD>Removes an <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadWarningListener.html" title="class or interface in javax.imageio.event"><CODE>IIOReadWarningListener</CODE></A> from the list of registered warning listeners.<P><DD><DL></DL></DD></DL><HR><A NAME="addIIOReadProgressListener(javax.imageio.event.IIOReadProgressListener)"><!-- --></A><H3>addIIOReadProgressListener</H3><PRE>public void <B>addIIOReadProgressListener</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadProgressListener.html" title="class or interface in javax.imageio.event">IIOReadProgressListener</A> listener)</PRE><DL><DD>Adds an <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadProgressListener.html" title="class or interface in javax.imageio.event"><CODE>IIOReadProgressListener</CODE></A> to the list of registered progress listeners.<P><DD><DL></DL></DD></DL><HR><A NAME="removeIIOReadProgressListener(javax.imageio.event.IIOReadProgressListener)"><!-- --></A><H3>removeIIOReadProgressListener</H3><PRE>public void <B>removeIIOReadProgressListener</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadProgressListener.html" title="class or interface in javax.imageio.event">IIOReadProgressListener</A> listener)</PRE><DL><DD>Removes an <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/event/IIOReadProgressListener.html" title="class or interface in javax.imageio.event"><CODE>IIOReadProgressListener</CODE></A> from the list of registered progress listeners.<P><DD><DL></DL></DD></DL><HR><A NAME="logLoading(java.util.logging.LogRecord)"><!-- --></A><H3>logLoading</H3><PRE>protected void <B>logLoading</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/logging/LogRecord.html" title="class or interface in java.util.logging">LogRecord</A> record)</PRE><DL><DD>Invoked automatically when an image is about to be loaded. The default implementation logs the message in the logger. Subclasses can override this method if they wants a different logging.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>record</CODE> - The log record. The message contains information about the images to load.</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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CoverageStack.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/geotools/coverage/CoverageCache.html" title="class in org.geotools.coverage"><B>PREV CLASS</B></A> <A HREF="../../../org/geotools/coverage/CoverageStack.Adapter.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> <A HREF="CoverageStack.html" target="_top"><B>NO FRAMES</B></A> <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: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 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 + -