|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates.DataTransferObject
private static class SphericalCoordinates.DataTransferObject
Internal class used only for serialization.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serializable UID. |
private double |
x
Abscissa. |
private double |
y
Ordinate. |
private double |
z
Height. |
| Constructor Summary | |
|---|---|
SphericalCoordinates.DataTransferObject(double x,
double y,
double z)
Simple constructor. |
|
| Method Summary | |
|---|---|
private Object |
readResolve()
Replace the deserialized data transfer object with a SphericalCoordinates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final double x
private final double y
private final double z
| Constructor Detail |
|---|
public SphericalCoordinates.DataTransferObject(double x,
double y,
double z)
x - abscissay - ordinatez - height| Method Detail |
|---|
private Object readResolve()
SphericalCoordinates.
SphericalCoordinates
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||