|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.VisADSceneGraphObject visad.VisADGeometryArray visad.VisADPointArray
public class VisADPointArray
VisADPointArray stands in for j3d.PointArray and is Serializable.
Field Summary |
---|
Fields inherited from class visad.VisADGeometryArray |
---|
colors, coordinates, normals, texCoords, vertexCount, vertexFormat |
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, 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 |
---|
public VisADPointArray()
Method Detail |
---|
public Object clone()
clone
in class VisADGeometryArray
public VisADGeometryArray adjustLongitude(DataRenderer renderer) throws VisADException
adjustLongitude
in class VisADGeometryArray
VisADException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |