📄 abstractgridcoverage.html
字号:
<DD><CODE>InvalidRangeException</CODE><DD><CODE>GridNotEditableException</CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></CODE></DL></DD></DL><HR><A NAME="setDataBlock(org.opengis.coverage.grid.GridRange, short[])"><!-- --></A><H3>setDataBlock</H3><PRE>public void <B>setDataBlock</B>(GridRange gridRange, short[] values) throws InvalidRangeException, GridNotEditableException, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></PRE><DL><DD>Set a block of values for all sample dimensions. The default implementation always throws an exception, since this grid coverage is not editable by default.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>setDataBlock</CODE> in interface <CODE>GridCoverage</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>InvalidRangeException</CODE><DD><CODE>GridNotEditableException</CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></CODE></DL></DD></DL><HR><A NAME="setDataBlock(org.opengis.coverage.grid.GridRange, int[])"><!-- --></A><H3>setDataBlock</H3><PRE>public void <B>setDataBlock</B>(GridRange gridRange, int[] values) throws InvalidRangeException, GridNotEditableException, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></PRE><DL><DD>Set a block of values for all sample dimensions. The default implementation always throws an exception, since this grid coverage is not editable by default.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>setDataBlock</CODE> in interface <CODE>GridCoverage</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>InvalidRangeException</CODE><DD><CODE>GridNotEditableException</CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></CODE></DL></DD></DL><HR><A NAME="setDataBlock(org.opengis.coverage.grid.GridRange, float[])"><!-- --></A><H3>setDataBlock</H3><PRE>public void <B>setDataBlock</B>(GridRange gridRange, float[] values) throws InvalidRangeException, GridNotEditableException, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></PRE><DL><DD>Set a block of values for all sample dimensions. The default implementation always throws an exception, since this grid coverage is not editable by default.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>setDataBlock</CODE> in interface <CODE>GridCoverage</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>InvalidRangeException</CODE><DD><CODE>GridNotEditableException</CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></CODE></DL></DD></DL><HR><A NAME="setDataBlock(org.opengis.coverage.grid.GridRange, double[])"><!-- --></A><H3>setDataBlock</H3><PRE>public void <B>setDataBlock</B>(GridRange gridRange, double[] values) throws InvalidRangeException, GridNotEditableException, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></PRE><DL><DD>Set a block of values for all sample dimensions. The default implementation always throws an exception, since this grid coverage is not editable by default.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>setDataBlock</CODE> in interface <CODE>GridCoverage</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>InvalidRangeException</CODE><DD><CODE>GridNotEditableException</CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></CODE></DL></DD></DL><HR><A NAME="setPackedDataBlock(org.opengis.coverage.grid.GridRange, byte[])"><!-- --></A><H3>setPackedDataBlock</H3><PRE>public void <B>setPackedDataBlock</B>(GridRange gridRange, byte[] values) throws InvalidRangeException, GridNotEditableException, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></PRE><DL><DD><B>Deprecated.</B> <I>This operation can hardly be implemented efficiently in Java with a argument type, since we can't easily cast an array of to an array of arbitrary type.</I><P><DD>Set a block of values for all sample dimensions. The default implementation always throws an exception, since this grid coverage is not editable by default.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>setPackedDataBlock</CODE> in interface <CODE>GridCoverage</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>InvalidRangeException</CODE><DD><CODE>GridNotEditableException</CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</A></CODE></DL></DD></DL><HR><A NAME="pointOutsideCoverage(java.awt.geom.Point2D)"><!-- --></A><H3>pointOutsideCoverage</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>pointOutsideCoverage</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)</PRE><DL><DD>Constructs an error message for a point outside the coverage. This is used for formatting error messages.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>point</CODE> - The coordinate point to format.<DT><B>Returns:</B><DD>An error message.</DL></DD></DL><HR><A NAME="pointOutsideCoverage(org.opengis.spatialschema.geometry.DirectPosition)"><!-- --></A><H3>pointOutsideCoverage</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>pointOutsideCoverage</B>(DirectPosition point)</PRE><DL><DD>Constructs an error message for a point outside the coverage. This is used for formatting error messages.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>point</CODE> - The coordinate point to format.<DT><B>Returns:</B><DD>An error message.</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/AbstractGridCoverage.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"> PREV CLASS <A HREF="../../../../org/geotools/coverage/grid/GeneralGridCoordinates.html" title="class in org.geotools.coverage.grid"><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="AbstractGridCoverage.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_classes_inherited_from_class_org.geotools.coverage.AbstractCoverage">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_botto
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -