|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.pt.PT_Envelope
A box defined by two positions. The two positions must have the same dimension. Each of the ordinate values in the minimum point must be less than or equal to the corresponding ordinate value in the maximum point. Please note that these two points may be outside the valid domain of their coordinate system. (Of course the points and envelope do not explicitly reference a coordinate system, but their implicit coordinate system is defined by their context.)
Field Summary | |
PT_CoordinatePoint |
maxCP
Point containing maximum ordinate values. |
PT_CoordinatePoint |
minCP
Point containing minimum ordinate values. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with CSS 1.00. |
Constructor Summary | |
PT_Envelope()
Construct an empty envelope. |
Method Summary | |
java.lang.Object |
clone()
Returns a deep copy of this envelope. |
boolean |
equals(java.lang.Object object)
Compares the specified object with this envelope for equality. |
int |
hashCode()
Returns a hash value for this envelope. |
java.lang.String |
toString()
Returns a string representation of this envelope. |
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 PT_CoordinatePoint minCP
public PT_CoordinatePoint maxCP
Constructor Detail |
public PT_Envelope()
minCP
and maxCP
.
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 |