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

📄 abstractgridcoverage.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<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&nbsp;gridRange,                         short[]&nbsp;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&nbsp;gridRange,                         int[]&nbsp;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&nbsp;gridRange,                         float[]&nbsp;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&nbsp;gridRange,                         double[]&nbsp;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&nbsp;gridRange,                               byte[]&nbsp;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>&nbsp;<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>&nbsp;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&nbsp;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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AbstractGridCoverage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV CLASS&nbsp;&nbsp;<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>  &nbsp;&nbsp;<A HREF="AbstractGridCoverage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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:&nbsp;<A HREF="#nested_classes_inherited_from_class_org.geotools.coverage.AbstractCoverage">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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 + -