private static class SphericalCoordinates.DataTransferObject
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable UID.
|
private double |
x
Abscissa.
|
private double |
y
Ordinate.
|
private double |
z
Height.
|
Constructor and Description |
---|
SphericalCoordinates.DataTransferObject(double x,
double y,
double z)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
readResolve()
Replace the deserialized data transfer object with a
SphericalCoordinates . |
private static final long serialVersionUID
private final double x
private final double y
private final double z
public SphericalCoordinates.DataTransferObject(double x, double y, double z)
x
- abscissay
- ordinatez
- heightprivate java.lang.Object readResolve()
SphericalCoordinates
.SphericalCoordinates
Copyright (c) 2003-2013 Apache Software Foundation