visad
Class VisADPointArray
- java.lang.Object
-
- visad.VisADSceneGraphObject
-
- visad.VisADGeometryArray
-
- 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
Constructors Constructor and Description VisADPointArray()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description VisADGeometryArrayadjustLongitude(DataRenderer renderer)like the default implementation in VisADGeometryArray.java, except no need to construct new VisADPointArray since this already is a VisADPointArray; split any vectors or trianlges crossing crossing longitude seams when Longitude is mapped to a Cartesian display axis; default implementation: rotate if necessary, then return pointsjava.lang.Objectclone()-
Methods inherited from class visad.VisADGeometryArray
adjustLongitudeBulk, adjustSeam, copy, removeMissing, toString
-
Methods inherited from class visad.VisADSceneGraphObject
detach
-
-
-
-
Method Detail
-
clone
public java.lang.Object clone()
- Specified by:
clonein classVisADGeometryArray
-
adjustLongitude
public VisADGeometryArray adjustLongitude(DataRenderer renderer) throws VisADException
like the default implementation in VisADGeometryArray.java, except no need to construct new VisADPointArray since this already is a VisADPointArray; split any vectors or trianlges crossing crossing longitude seams when Longitude is mapped to a Cartesian display axis; default implementation: rotate if necessary, then return points- Overrides:
adjustLongitudein classVisADGeometryArray- Throws:
VisADException
-
-
DMelt 3.0 © DataMelt by jWork.ORG