generalmatrix.html

来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 877 行 · 第 1/4 页

HTML
877
字号
              int&nbsp;numCol,              double[]&nbsp;matrix)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a &nbsp;&times;&nbsp; matrix initialized to the values in the  array. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#GeneralMatrix(org.opengis.referencing.operation.Matrix)">GeneralMatrix</A></B>(Matrix&nbsp;matrix)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new matrix and copies the initial values from the parameter matrix.</TD></TR></TABLE>&nbsp;<!-- ========== 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>&nbsp;double[][]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#getElements()">getElements</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the specifiable values in the transformation matrix into a 2-dimensional array of double precision values. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;double[][]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#getElements(org.opengis.referencing.operation.Matrix)">getElements</A></B>(Matrix&nbsp;matrix)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the specifiable values in the transformation matrix into a 2-dimensional array of double precision values. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#isAffine()">isAffine</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns  if this matrix is an affine transform. A transform is affine if the matrix is square and last row contains only zeros, except in the last column which contains 1.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#isIdentity()">isIdentity</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns  if this matrix is an identity matrix.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#isIdentity(double)">isIdentity</A></B>(double&nbsp;tolerance)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns  if this matrix is an identity matrix using the provided tolerance. This method is equivalent to computing the difference between this matrix and an identity matrix of identical size, and returning  if and only if all differences are smaller than or equal to .</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#isIdentity(org.opengis.referencing.operation.Matrix, double)">isIdentity</A></B>(Matrix&nbsp;matrix,           double&nbsp;tolerance)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Replaced by <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#isIdentity(double)"><CODE>XMatrix.isIdentity(double)</CODE></A>.</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html" title="class in org.geotools.referencing.operation.matrix">GeneralMatrix</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#load(java.io.BufferedReader, java.util.Locale)">load</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/BufferedReader.html" title="class or interface in java.io">BufferedReader</A>&nbsp;in,     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Locale.html" title="class or interface in java.util">Locale</A>&nbsp;locale)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads data from the specified streal until the first blank line or end of stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html" title="class in org.geotools.referencing.operation.matrix">GeneralMatrix</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#load(java.io.File)">load</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;file)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads data from the specified file until the first blank line or end of file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/geotools/referencing/operation/matrix/GeneralMatrix.html#multiply(org.opengis.referencing.operation.Matrix)">multiply</A></B>(Matrix&nbsp;matrix)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of this matrix to the result of multiplying itself with the specified matrix. In other words, performs  =  &times; . In the context of coordinate transformations, this is equivalent to <code><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/AffineTransform.html#concatenate(java.awt.geom.AffineTransform)" title="class or interface in java.awt.geom">AffineTransform.concatenate</A></code>: first transforms by the supplied transform and then transform the result by the original transform.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<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/referencing/operation/matrix/GeneralMatrix.html#toAffineTransform2D()">toAffineTransform2D</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an affine transform for this matrix. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<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/referencing/operation/matrix/GeneralMatrix.html#toString()">toString</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this matrix. </TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_GMatrix"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html" title="class or interface in javax.vecmath">GMatrix</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#add(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">add</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#add(javax.vecmath.GMatrix, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">add</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#clone()" title="class or interface in javax.vecmath">clone</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#copySubMatrix(int, int, int, int, int, int, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">copySubMatrix</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#epsilonEquals(javax.vecmath.GMatrix, double)" title="class or interface in javax.vecmath">epsilonEquals</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#epsilonEquals(javax.vecmath.GMatrix, float)" title="class or interface in javax.vecmath">epsilonEquals</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#equals(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">equals</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#equals(java.lang.Object)" title="class or interface in javax.vecmath">equals</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#get(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">get</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#get(javax.vecmath.Matrix3d)" title="class or interface in javax.vecmath">get</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#get(javax.vecmath.Matrix3f)" title="class or interface in javax.vecmath">get</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#get(javax.vecmath.Matrix4d)" title="class or interface in javax.vecmath">get</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#get(javax.vecmath.Matrix4f)" title="class or interface in javax.vecmath">get</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#getColumn(int, double[])" title="class or interface in javax.vecmath">getColumn</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#getColumn(int, javax.vecmath.GVector)" title="class or interface in javax.vecmath">getColumn</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#getElement(int, int)" title="class or interface in javax.vecmath">getElement</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#getNumCol()" title="class or interface in javax.vecmath">getNumCol</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#getNumRow()" title="class or interface in javax.vecmath">getNumRow</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#getRow(int, double[])" title="class or interface in javax.vecmath">getRow</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#getRow(int, javax.vecmath.GVector)" title="class or interface in javax.vecmath">getRow</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#hashCode()" title="class or interface in javax.vecmath">hashCode</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#identityMinus()" title="class or interface in javax.vecmath">identityMinus</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#invert()" title="class or interface in javax.vecmath">invert</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#invert(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">invert</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#LUD(javax.vecmath.GMatrix, javax.vecmath.GVector)" title="class or interface in javax.vecmath">LUD</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#mul(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">mul</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#mul(javax.vecmath.GMatrix, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">mul</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#mul(javax.vecmath.GVector, javax.vecmath.GVector)" title="class or interface in javax.vecmath">mul</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#mulTransposeBoth(javax.vecmath.GMatrix, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">mulTransposeBoth</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#mulTransposeLeft(javax.vecmath.GMatrix, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">mulTransposeLeft</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#mulTransposeRight(javax.vecmath.GMatrix, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">mulTransposeRight</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#negate()" title="class or interface in javax.vecmath">negate</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#negate(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">negate</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#set(double[])" title="class or interface in javax.vecmath">set</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#set(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">set</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#set(javax.vecmath.Matrix3d)" title="class or interface in javax.vecmath">set</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#set(javax.vecmath.Matrix3f)" title="class or interface in javax.vecmath">set</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#set(javax.vecmath.Matrix4d)" title="class or interface in javax.vecmath">set</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#set(javax.vecmath.Matrix4f)" title="class or interface in javax.vecmath">set</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setColumn(int, double[])" title="class or interface in javax.vecmath">setColumn</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setColumn(int, javax.vecmath.GVector)" title="class or interface in javax.vecmath">setColumn</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setElement(int, int, double)" title="class or interface in javax.vecmath">setElement</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setIdentity()" title="class or interface in javax.vecmath">setIdentity</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setRow(int, double[])" title="class or interface in javax.vecmath">setRow</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setRow(int, javax.vecmath.GVector)" title="class or interface in javax.vecmath">setRow</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setScale(double)" title="class or interface in javax.vecmath">setScale</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setSize(int, int)" title="class or interface in javax.vecmath">setSize</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#setZero()" title="class or interface in javax.vecmath">setZero</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#sub(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">sub</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#sub(javax.vecmath.GMatrix, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">sub</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#SVD(javax.vecmath.GMatrix, javax.vecmath.GMatrix, javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">SVD</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#trace()" title="class or interface in javax.vecmath">trace</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#transpose()" title="class or interface in javax.vecmath">transpose</A>, <A HREF="http://java.sun.com/products/java-media/3D/forDevelopers/j3dapi/javax/vecmath/GMatrix.html#transpose(javax.vecmath.GMatrix)" title="class or interface in javax.vecmath">transpose</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_XMatrix"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html" title="interface in org.geotools.referencing.operation.matrix">XMatrix</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#getElement(int, int)">getElement</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#getNumCol()">getNumCol</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#getNumRow()">getNumRow</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#invert()">invert</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#negate()">negate</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#setElement(int, int, double)">setElement</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#setIdentity()">setIdentity</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#setZero()">setZero</A>, <A HREF="../../../../../org/geotools/referencing/operation/matrix/XMatrix.html#transpose()">transpose</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_Matrix"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface Matrix</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone</CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="EPS"><!-- --></A><H3>EPS</H3><PRE>public static final double <B>EPS</B></PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Doesn't seem to be used...</I><P><DD>Default tolerance value for floating point comparisons.<P><DL><DT><B>Since:</B></DT>  <DD>2.3.1</DD><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.geotools.referencing.operation.matrix.GeneralMatrix.EPS">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="GeneralMatrix(int)"><!-- --></A><H3>GeneralMatrix</H3><PRE>public <B>GeneralMatrix</B>(int&nbsp;size)</PRE><DL><DD>Constructs a square identity matrix of size &nbsp;&times;&nbsp;.<P></DL><HR><A NAME="GeneralMatrix(int, int)"><!-- --></A><H3>GeneralMatrix</H3><PRE>public <B>GeneralMatrix</B>(int&nbsp;numRow,                     int&nbsp;numCol)</PRE><DL><DD>Creates a matrix of size &nbsp;&times;&nbsp;. Elements on the diagonal <var>j==i</var> are set to 1.<P>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?