|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.pt.PT_Matrix
A two dimensional array of numbers.
Field Summary | |
double[][] |
elt
Elements of the matrix. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with CSS 1.00. |
Constructor Summary | |
PT_Matrix()
Construct an empty matrix. |
Method Summary | |
java.lang.Object |
clone()
Returns a deep copy of this matrix. |
boolean |
equals(java.lang.Object object)
Compares the specified object with this matrix for equality. |
int |
hashCode()
Returns a hash value for this coordinate. |
java.lang.String |
toString()
Returns a string representation of this matrix. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with CSS 1.00.
public double[][] elt
double[]
elements of the outer array must
have the same size. In COM, this is represented as a 2D SAFEARRAY.
Constructor Detail |
public PT_Matrix()
elt
.
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.Object clone()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |