|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.pt.PT_CoordinatePoint
A position defined by a list of numbers.
The ordinate values are indexed from 0 to (NumDim-1
),
where NumDim
is the dimension of the coordinate system
the coordinate point belongs in.
Field Summary | |
double[] |
ord
The ordinates of the coordinate point. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with CSS 1.00. |
Constructor Summary | |
PT_CoordinatePoint()
Construct an empty coordinate point. |
|
PT_CoordinatePoint(double x,
double y)
Construct a 2D coordinate from the specified ordinates. |
|
PT_CoordinatePoint(double x,
double y,
double z)
Construct a 3D coordinate from the specified ordinates. |
Method Summary | |
java.lang.Object |
clone()
Returns a deep copy of this coordinate. |
boolean |
equals(java.lang.Object object)
Compares the specified object with this coordinate for equality. |
int |
hashCode()
Returns a hash value for this coordinate. |
java.lang.String |
toString()
Returns a string representation of this coordinate. |
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[] ord
Constructor Detail |
public PT_CoordinatePoint()
ord
.
public PT_CoordinatePoint(double x, double y)
public PT_CoordinatePoint(double x, double y, double z)
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 |