📄 textrecordimagereader.html
字号:
<DT><B>Author:</B></DT> <DD>Martin Desruisseaux</DD><DT><B>Module:</B></DT><DD><CODE><B>module/coverage</B></CODE> (<A HREF="http://maven.geotools.fr/repository/org/geotools/gt2-coverage/"><CODE>gt2-coverage.jar</CODE></A>) (<A HREF="http://maven.geotools.fr/reports/coverage/index.html">Maven report</A>) (<A HREF="http://svn.geotools.org/geotools/tags/2.3.2/module/coverage/src/org/geotools/image/io/TextRecordImageReader.java">SVN head</A>)</DD></DL><HR><P><!-- ======== NESTED CLASS SUMMARY ======== --><A NAME="nested_class_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Nested Class Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/image/io/TextRecordImageReader.Spi.html" title="class in org.geotools.image.io">TextRecordImageReader.Spi</A></B></CODE><BR> Service provider interface (SPI) for <A HREF="../../../../org/geotools/image/io/TextRecordImageReader.html" title="class in org.geotools.image.io"><CODE>TextRecordImageReader</CODE></A>s. </TD></TR></TABLE> <!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR></TABLE> <A NAME="fields_inherited_from_class_ImageReader"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Fields inherited from class <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html" title="class or interface in javax.imageio">ImageReader</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#availableLocales" title="class or interface in javax.imageio">availableLocales</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#ignoreMetadata" title="class or interface in javax.imageio">ignoreMetadata</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#input" title="class or interface in javax.imageio">input</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#locale" title="class or interface in javax.imageio">locale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#minIndex" title="class or interface in javax.imageio">minIndex</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#originatingProvider" title="class or interface in javax.imageio">originatingProvider</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#progressListeners" title="class or interface in javax.imageio">progressListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#seekForwardOnly" title="class or interface in javax.imageio">seekForwardOnly</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#updateListeners" title="class or interface in javax.imageio">updateListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#warningListeners" title="class or interface in javax.imageio">warningListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#warningLocales" title="class or interface in javax.imageio">warningLocales</A></CODE></TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><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><CODE><B><A HREF="../../../../org/geotools/image/io/TextRecordImageReader.html#TextRecordImageReader(javax.imageio.spi.ImageReaderSpi)">TextRecordImageReader</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/spi/ImageReaderSpi.html" title="class or interface in javax.imageio.spi">ImageReaderSpi</A> provider)</CODE><BR> Constructs a new decoder for images of type <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/DataBuffer.html#TYPE_FLOAT" title="class or interface in java.awt.image"><CODE>DataBuffer.TYPE_FLOAT</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/image/io/TextRecordImageReader.html#TextRecordImageReader(javax.imageio.spi.ImageReaderSpi, int)">TextRecordImageReader</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/spi/ImageReaderSpi.html" title="class or interface in javax.imageio.spi">ImageReaderSpi</A> provider, int rawImageType)</CODE><BR> Constructs a new decoder for images of the specified type.</TD></TR></TABLE> <!-- ========== 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> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/image/io/TextRecordImageReader.html#getColumnX(int)">getColumnX</A></B>(int imageIndex)</CODE><BR> Returns the column number for <var>x</var> values. </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/image/io/TextRecordImageReader.html#getColumnY(int)">getColumnY</A></B>(int imageIndex)</CODE><BR> Returns the column number for <var>y</var> 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/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/image/io/TextRecordImageReader.html#getExpectedRange(int, int)">getExpectedRange</A></B>(int imageIndex, int band)</CODE><BR> Returns the range of values for the specified band.</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/image/io/TextRecordImageReader.html#getHeight(int)">getHeight</A></B>(int imageIndex)</CODE><BR> Returns the height in pixels of the given image within the input source.</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/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/image/io/TextRecordImageReader.html#getLogicalBounds(int)">getLogicalBounds</A></B>(int imageIndex)</CODE><BR> Returns the smallest bounding box containing the full image in user coordinates. </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/image/io/TextRecordImageReader.html#getNumBands(int)">getNumBands</A></B>(int imageIndex)</CODE><BR> Returns the number of bands available for the specified 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/awt/geom/AffineTransform.html" title="class or interface in java.awt.geom">AffineTransform</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/image/io/TextRecordImageReader.html#getTransform(int)">getTransform</A></B>(int imageIndex)</CODE><BR> Returns an <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/AffineTransform.html" title="class or interface in java.awt.geom"><CODE>AffineTransform</CODE></A> for transforming pixel coordinates to logical coordinates. </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/image/io/TextRecordImageReader.html#getWidth(int)">getWidth</A></B>(int imageIndex)</CODE><BR> Returns the width in pixels of the given image within the input source.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected double[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/image/io/TextRecordImageReader.html#parseLine(java.lang.String, double[])">parseLine</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> line, double[] values)</CODE><BR> Converts a line from the <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/imageio/ImageReader.html#input" title="class or interface in javax.imageio">input</A> stream to numerical 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/awt/image/BufferedImage.html" title="class or interface in java.awt.image">BufferedImage</A></CODE></FONT></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -