📄 spatiotemporalcoverage3d.html
字号:
<BR> Returns the value vector 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/SpatioTemporalCoverage3D.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/SpatioTemporalCoverage3D.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/SpatioTemporalCoverage3D.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/SpatioTemporalCoverage3D.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/SpatioTemporalCoverage3D.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> boolean[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#evaluate(java.awt.geom.Point2D, java.util.Date, boolean[])">evaluate</A></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> 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> time, 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/SpatioTemporalCoverage3D.html#evaluate(java.awt.geom.Point2D, java.util.Date, byte[])">evaluate</A></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> 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> time, 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/SpatioTemporalCoverage3D.html#evaluate(java.awt.geom.Point2D, java.util.Date, double[])">evaluate</A></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> 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> time, 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/SpatioTemporalCoverage3D.html#evaluate(java.awt.geom.Point2D, java.util.Date, float[])">evaluate</A></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> 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> time, 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/SpatioTemporalCoverage3D.html#evaluate(java.awt.geom.Point2D, java.util.Date, int[])">evaluate</A></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> 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> time, 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>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></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getDefaultPixelSize()">getDefaultPixelSize</A></B>()</CODE><BR> 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>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> GeographicBoundingBox</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getGeographicBoundingBox()">getGeographicBoundingBox</A></B>()</CODE><BR> Returns the <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getEnvelope()">envelope</A> geographic bounding box. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../org/geotools/coverage/grid/GridCoverage2D.html" title="class in org.geotools.coverage.grid">GridCoverage2D</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getGridCoverage2D(java.util.Date)">getGridCoverage2D</A></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> time)</CODE><BR> Returns a 2 dimensional grid coverage for the given date. </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/SpatioTemporalCoverage3D.html#getNumSampleDimensions()">getNumSampleDimensions</A></B>()</CODE><BR> The number of sample dimensions in the coverage. </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/awt/image/renderable/RenderableImage.html" title="class or interface in java.awt.image.renderable">RenderableImage</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getRenderableImage(java.util.Date)">getRenderableImage</A></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> date)</CODE><BR> Returns 2D view of this grid coverage at the given date. </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/SpatioTemporalCoverage3D.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> <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/util/Range.html" title="class or interface in javax.media.jai.util">Range</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getTimeRange()">getTimeRange</A></B>()</CODE><BR> Returns the <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getEnvelope()">envelope</A> time range. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> Coverage</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#getWrappedCoverage()">getWrappedCoverage</A></B>()</CODE><BR> Returns the coverage specified at construction time.</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/Date.html" title="class or interface in java.util">Date</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toDate(org.opengis.spatialschema.geometry.DirectPosition)">toDate</A></B>(DirectPosition position)</CODE><BR> Returns the date for the specified direct position. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> DirectPosition</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toDirectPosition(java.awt.geom.Point2D, java.util.Date)">toDirectPosition</A></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> 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> date)</CODE><BR> Returns a coordinate point for the given spatial position and date.</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/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/SpatioTemporalCoverage3D.html#toPoint2D(org.opengis.spatialschema.geometry.DirectPosition)">toPoint2D</A></B>(DirectPosition position)</CODE><BR> Returns the spatial coordinate for the specified direct position. </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/SpatioTemporalCoverage3D.html#toSourceDimension(int)">toSourceDimension</A></B>(int dimension)</CODE><BR> Returns the dimension in the wrapped coverage for the specified dimension in this coverage. </TD></TR></TABLE> <A NAME="methods_inherited_from_class_AbstractCoverage"><!-- --></A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -