|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.geom.Point2D
org.cresques.impl.geo.Point3D
public class Point3D
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
Point2D.Double, Point2D.Float |
| Field Summary | |
|---|---|
double |
X
|
double |
Y
|
double |
Z
|
| Constructor Summary | |
|---|---|
Point3D()
|
|
Point3D(double x,
double y)
|
|
Point3D(double x,
double y,
double z)
|
|
Point3D(Point2D pt)
|
|
Point3D(Point3D pt)
|
|
| Method Summary | |
|---|---|
double |
getX()
|
double |
getY()
|
double |
getZ()
|
void |
setLocation(double x,
double y)
|
void |
setLocation(double x,
double y,
double z)
|
String |
toString()
|
| Methods inherited from class java.awt.geom.Point2D |
|---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double X
public double Y
public double Z
| Constructor Detail |
|---|
public Point3D()
public Point3D(double x,
double y)
public Point3D(double x,
double y,
double z)
public Point3D(Point2D pt)
public Point3D(Point3D pt)
| Method Detail |
|---|
public double getX()
getX in class Point2Dpublic double getY()
getY in class Point2Dpublic double getZ()
public void setLocation(double x,
double y)
setLocation in class Point2D
public void setLocation(double x,
double y,
double z)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||