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

📄 coveragestack.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<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>&nbsp;</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>&nbsp;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>&nbsp;coverages)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;</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>&nbsp;name,              CoordinateReferenceSystem&nbsp;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>&nbsp;elements)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;name,              <A HREF="../../../org/geotools/coverage/CoverageStack.html" title="class in org.geotools.coverage">CoverageStack</A>&nbsp;source)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new coverage using the same elements than the specified coverage stack.</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;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>&nbsp;listener)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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>&nbsp;listener)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;<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&nbsp;z)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&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/coverage/CoverageStack.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition)">evaluate</A></B>(DirectPosition&nbsp;coord)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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&nbsp;coord,         boolean[]&nbsp;dest)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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&nbsp;coord,         byte[]&nbsp;dest)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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&nbsp;coord,         double[]&nbsp;dest)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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&nbsp;coord,         float[]&nbsp;dest)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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&nbsp;coord,         int[]&nbsp;dest)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;Envelope</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#getEnvelope()">getEnvelope</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#getNumSampleDimensions()">getNumSampleDimensions</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;SampleDimension</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#getSampleDimension(int)">getSampleDimension</A></B>(int&nbsp;index)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#isInterpolationEnabled()">isInterpolationEnabled</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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 &nbsp;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>&nbsp;record)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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>&nbsp;listener)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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>&nbsp;listener)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#setInterpolationEnabled(boolean)">setInterpolationEnabled</A></B>(boolean&nbsp;flag)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/CoverageStack.html#snap(org.opengis.spatialschema.geometry.DirectPosition)">snap</A></B>(DirectPosition&nbsp;point)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Snaps the specified coordinate point to the coordinate of the nearest voxel available in this coverage. </TD></TR></TABLE>&nbsp;<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>&nbsp;<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>&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#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>&nbsp;<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 + -