|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.VisADSceneGraphObject
visad.VisADGeometryArray
visad.VisADPointArray
VisADPointArray stands in for j3d.PointArray and is Serializable.
| Field Summary |
| Fields inherited from class visad.VisADGeometryArray |
any_longitude_rotate, colors, coordinates, longitude_axis, longitude_coords, longitude_cs, longitude_map, normals, texCoords, vertexCount, vertexFormat |
| Fields inherited from class visad.VisADSceneGraphObject |
parent |
| Constructor Summary | |
VisADPointArray()
|
|
| Method Summary | |
VisADGeometryArray |
adjustLongitude(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 points |
Object |
clone()
|
| Methods inherited from class visad.VisADGeometryArray |
adjustLongitudeBulk, adjustSeam, byteArrayString, copy, floatArrayString, getLongitudeRange, getLongitudes, getLongitudes, merge, removeMissing, rotateLongitudes, rotateOneLongitude, 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 |
public VisADPointArray()
| Method Detail |
public Object clone()
clone in class VisADGeometryArray
public VisADGeometryArray adjustLongitude(DataRenderer renderer)
throws VisADException
adjustLongitude in class VisADGeometryArrayVisADException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||