📄 coveragestack.html
字号:
<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 ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> </CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#CoverageStack(java.lang.CharSequence, java.util.Collection)">CoverageStack</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/CharSequence.html" title="class or interface in java.lang">CharSequence</A> name, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> coverages)</CODE><BR> Constructs a new coverage stack with all the supplied elements. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> </CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#CoverageStack(java.lang.CharSequence, org.opengis.referencing.crs.CoordinateReferenceSystem, java.util.Collection)">CoverageStack</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/CharSequence.html" title="class or interface in java.lang">CharSequence</A> name, CoordinateReferenceSystem crs, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> elements)</CODE><BR> Constructs a new coverage stack with all the supplied elements.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected </CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#CoverageStack(java.lang.CharSequence, org.geotools.coverage.CoverageStack)">CoverageStack</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/CharSequence.html" title="class or interface in java.lang">CharSequence</A> name, <A HREF="../../../org/geotools/coverage/CoverageStack.html" title="class in org.geotools.coverage">CoverageStack</A> source)</CODE><BR> Constructs a new coverage using the same elements than the specified coverage stack.</TD></TR></TABLE> <!-- ========== 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> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#addIIOReadProgressListener(javax.imageio.event.IIOReadProgressListener)">addIIOReadProgressListener</A></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)</CODE><BR> 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#addIIOReadWarningListener(javax.imageio.event.IIOReadWarningListener)">addIIOReadWarningListener</A></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)</CODE><BR> 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#coveragesAt(double)">coveragesAt</A></B>(double z)</CODE><BR> Returns the coverages to be used for the specified <var>z</var> value. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <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/coverage/CoverageStack.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition)">evaluate</A></B>(DirectPosition coord)</CODE><BR> Returns a sequence of values for a given point in the coverage. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, boolean[])">evaluate</A></B>(DirectPosition coord, boolean[] dest)</CODE><BR> Returns a sequence of boolean values for a given point in the coverage.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> byte[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, byte[])">evaluate</A></B>(DirectPosition coord, byte[] dest)</CODE><BR> Returns a sequence of byte values for a given point in the coverage.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> double[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, double[])">evaluate</A></B>(DirectPosition coord, double[] dest)</CODE><BR> Returns a sequence of double values for a given point in the coverage.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> float[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, float[])">evaluate</A></B>(DirectPosition coord, float[] dest)</CODE><BR> Returns a sequence of float values for a given point in the coverage.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, int[])">evaluate</A></B>(DirectPosition coord, int[] dest)</CODE><BR> Returns a sequence of integer values for a given point in the coverage.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Envelope</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#getEnvelope()">getEnvelope</A></B>()</CODE><BR> Returns the bounding box for the coverage domain in coordinate system coordinates.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#getNumSampleDimensions()">getNumSampleDimensions</A></B>()</CODE><BR> Returns the number of sample dimension in this coverage.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> SampleDimension</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#getSampleDimension(int)">getSampleDimension</A></B>(int index)</CODE><BR> Retrieve sample dimension information for the coverage. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#isInterpolationEnabled()">isInterpolationEnabled</A></B>()</CODE><BR> Returns if interpolation are enabled in the <var>z</var> value dimension. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#logLoading(java.util.logging.LogRecord)">logLoading</A></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)</CODE><BR> Invoked automatically when an image is about to be loaded. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#removeIIOReadProgressListener(javax.imageio.event.IIOReadProgressListener)">removeIIOReadProgressListener</A></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)</CODE><BR> 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#removeIIOReadWarningListener(javax.imageio.event.IIOReadWarningListener)">removeIIOReadWarningListener</A></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)</CODE><BR> 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#setInterpolationEnabled(boolean)">setInterpolationEnabled</A></B>(boolean flag)</CODE><BR> Enable or disable interpolations in the <var>z</var> value dimension.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#snap(org.opengis.spatialschema.geometry.DirectPosition)">snap</A></B>(DirectPosition point)</CODE><BR> Snaps the specified coordinate point to the coordinate of the nearest voxel available in this coverage. </TD></TR></TABLE> <A NAME="methods_inherited_from_class_AbstractCoverage"><!-- --></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/coverage/AbstractCoverage.html" title="class in org.geotools.coverage">AbstractCoverage</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#dispose()">dispose</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, java.util.Set)">evaluate</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#evaluateInverse(org.opengis.util.Record)">evaluateInverse</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#find(org.opengis.spatialschema.geometry.DirectPosition)">find</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#find(org.opengis.spatialschema.geometry.DirectPosition, int)">find</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getCommonPointRule()">getCommonPointRule</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getCoordinateReferenceSystem()">getCoordinateReferenceSystem</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDimension()">getDimension</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDimensionNames()">getDimensionNames</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDimensionNames(java.util.Locale)">getDimensionNames</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDomainElements()">getDomainElements</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDomainExtents()">getDomainExtents</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getLocale()">getLocale</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getMetadataNames()">getMetadataNames</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getMetadataValue(java.lang.String)">getMetadataValue</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getName()">getName</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getRangeElements()">getRangeElements</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getRangeType()">getRangeType</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getRenderableImage(int, int)">getRenderableImage</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getSources()">getSources</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#list()">list</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#select(org.opengis.spatialschema.geometry.Geometry, org.opengis.temporal.Period)">select</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#show()">show</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#show(int, int)">show</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#show(java.lang.String)">show</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#show(java.lang.String, int, int)">show</A>, <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#toString()">toString</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_PropertySourceImpl"><!-- --></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/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PropertySourceImpl.html" title="class or interface in javax.media.jai">PropertySourceImpl</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PropertySourceImpl.html#getProperties()" title="class or interface in javax.media.jai">getProperties</A>, <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PropertySourceImpl.html#getProperty(java.lang.String)" title="class or interface in javax.media.jai">getProperty</A>, <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PropertySourceImpl.html#getPropertyClass(java.lang.String)" title="class or interface in javax.media.jai">getPropertyClass</A>, <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PropertySourceImpl.html#getPropertyNames()" title="class or interface in javax.media.jai">getPropertyNames</A>, <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PropertySourceImpl.html#getPropertyNames(java.lang.String)" title="class or interface in javax.media.jai">getPropertyNames</A></CODE></TD></TR></TABLE> <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#equals(java.lang.Object)" title="class or interface in java.lang">equals</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#hashCode()" title="class or interface in java.lang">hashCode</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> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="zDimension"><!-- --></A><H3>zDimension</H3><PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -