visad
Class VisADPointArray

java.lang.Object
  extended by visad.VisADSceneGraphObject
      extended by visad.VisADGeometryArray
          extended by visad.VisADPointArray
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class VisADPointArray
extends VisADGeometryArray

VisADPointArray stands in for j3d.PointArray and is Serializable.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class visad.VisADGeometryArray
colors, coordinates, normals, texCoords, vertexCount, vertexFormat
 
Constructor Summary
VisADPointArray()
           
 
Method Summary
 VisADGeometryArray adjustLongitude(DataRenderer renderer)
          default case: rotate if necessary, then return points
 java.lang.Object clone()
           
 
Methods inherited from class visad.VisADGeometryArray
adjustLongitudeBulk, adjustSeam, copy, removeMissing, toString
 
Methods inherited from class visad.VisADSceneGraphObject
detach
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VisADPointArray

public VisADPointArray()
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class VisADGeometryArray

adjustLongitude

public VisADGeometryArray adjustLongitude(DataRenderer renderer)
                                   throws VisADException
Description copied from class: VisADGeometryArray
default case: rotate if necessary, then return points

Overrides:
adjustLongitude in class VisADGeometryArray
Throws:
VisADException