org.apache.commons.math3.geometry.euclidean.threed
Class SphericalCoordinates.DataTransferObject

java.lang.Object
  extended by org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates.DataTransferObject
All Implemented Interfaces:
Serializable
Enclosing class:
SphericalCoordinates

private static class SphericalCoordinates.DataTransferObject
extends Object
implements Serializable

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

serialVersionUID

private static final long serialVersionUID
Serializable UID.

See Also:
Constant Field Values

x

private final double x
Abscissa.


y

private final double y
Ordinate.


z

private final double z
Height.

Constructor Detail

SphericalCoordinates.DataTransferObject

public SphericalCoordinates.DataTransferObject(double x,
                                               double y,
                                               double z)
Simple constructor.

Parameters:
x - abscissa
y - ordinate
z - height
Method Detail

readResolve

private Object readResolve()
Replace the deserialized data transfer object with a SphericalCoordinates.

Returns:
replacement SphericalCoordinates


Copyright (c) 2003-2013 Apache Software Foundation