📄 abstractcoverage.html
字号:
</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/AbstractCoverage.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/AbstractCoverage.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/AbstractCoverage.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/AbstractCoverage.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/AbstractCoverage.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> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#evaluate(org.opengis.spatialschema.geometry.DirectPosition, java.util.Set)">evaluate</A></B>(DirectPosition coord, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A> list)</CODE><BR> Returns a set of records of feature attribute values for the specified direct position. </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/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#evaluateInverse(org.opengis.util.Record)">evaluateInverse</A></B>(Record v)</CODE><BR> Returns a set of domain objects for the specified record of feature attribute values. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> GeometryValuePair</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#find(org.opengis.spatialschema.geometry.DirectPosition)">find</A></B>(DirectPosition p)</CODE><BR> Returns the nearest <var>geometry</var>-<var>value</var> pair from the specified direct position. </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/AbstractCoverage.html#find(org.opengis.spatialschema.geometry.DirectPosition, int)">find</A></B>(DirectPosition p, int limit)</CODE><BR> Returns the sequence of <var>geometry</var>-<var>value</var> pairs that include the domain objects nearest to the direct position and their distances from the direction position. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> CommonPointRule</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getCommonPointRule()">getCommonPointRule</A></B>()</CODE><BR> Identifies the procedure to be used for evaluating the coverage at a position that falls either on a boundary between geometric objects or within the boundaries of two or more overlapping geometric objects. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> CoordinateReferenceSystem</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getCoordinateReferenceSystem()">getCoordinateReferenceSystem</A></B>()</CODE><BR> Returns the coordinate reference system to which the objects in its domain are referenced. </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/AbstractCoverage.html#getDimension()">getDimension</A></B>()</CODE><BR> Returns the dimension of this coverage. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> InternationalString[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDimensionNames()">getDimensionNames</A></B>()</CODE><BR> <B>Deprecated.</B> <I>This information can be obtained from the underlying coordinate system.</I></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/String.html" title="class or interface in java.lang">String</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDimensionNames(java.util.Locale)">getDimensionNames</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Locale.html" title="class or interface in java.util">Locale</A> locale)</CODE><BR> <B>Deprecated.</B> <I>Replaced by <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDimensionNames()"><CODE>getDimensionNames()</CODE></A>.</I></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/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDomainElements()">getDomainElements</A></B>()</CODE><BR> Returns the set of domain objects in the domain. </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/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getDomainExtents()">getDomainExtents</A></B>()</CODE><BR> Returns the extent of the domain of 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/AbstractCoverage.html#getEnvelope()">getEnvelope</A></B>()</CODE><BR> Returns the bounding box for the coverage domain in coordinate reference system coordinates. </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/Locale.html" title="class or interface in java.util">Locale</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getLocale()">getLocale</A></B>()</CODE><BR> Returns the default locale for logging, error messages, <cite>etc.</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/String.html" title="class or interface in java.lang">String</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getMetadataNames()">getMetadataNames</A></B>()</CODE><BR> <B>Deprecated.</B> <I>Use <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"><CODE>PropertySourceImpl.getPropertyNames()</CODE></A> instead.</I></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/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getMetadataValue(java.lang.String)">getMetadataValue</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> name)</CODE><BR> <B>Deprecated.</B> <I>Use <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"><CODE>PropertySourceImpl.getProperty(String)</CODE></A> instead.</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> InternationalString</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getName()">getName</A></B>()</CODE><BR> Returns the coverage name. </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/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getRangeElements()">getRangeElements</A></B>()</CODE><BR> Returns the set of attribute values in the range. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> RecordType</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#getRangeType()">getRangeType</A></B>()</CODE><BR> Describes the range of 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/AbstractCoverage.html#getRenderableImage(int, int)">getRenderableImage</A></B>(int xAxis, int yAxis)</CODE><BR> Returns 2D view of this grid coverage as a renderable image. </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/AbstractCoverage.html#getSources()">getSources</A></B>()</CODE><BR> Returns the source data for a 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/util/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#list()">list</A></B>()</CODE><BR> Returns the dictionary of <var>geometry</var>-<var>value</var> pairs that contain the objects in the domain of the coverage each paired with its record of feature attribute values. </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/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/geotools/coverage/AbstractCoverage.html#select(org.opengis.spatialschema.geometry.Geometry, org.opengis.temporal.Period)">select</A></B>(Geometry arg0, Period arg1)</CODE><BR> Returns the set of <var>geometry</var>-<var>value</var> pairs that contain domain objects that lie within the specified geometry and period. </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/AbstractCoverage.html#show()">show</A></B>()</CODE><BR> Display this coverage in a windows. </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/AbstractCoverage.html#show(int, int)">show</A></B>(int xAxis, int yAxis)</CODE><BR> <B>Deprecated.</B> <I>Use <A HREF="../../../org/geotools/coverage/AbstractCoverage.html#show(java.lang.String, int, int)"><CODE>show(String, int, int)</CODE></A>.</I></TD></TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -