public class VisADTriangleStripArray extends VisADGeometryArray
Modifier and Type | Field and Description |
---|---|
int[] |
stripVertexCounts |
colors, coordinates, normals, texCoords, vertexCount, vertexFormat
Constructor and Description |
---|
VisADTriangleStripArray() |
Modifier and Type | Method and Description |
---|---|
VisADGeometryArray |
adjustLongitude(DataRenderer renderer)
split any vectors or triangles crossing crossing longitude
seams when Longitude is mapped to a Cartesian display axis;
default implementation: rotate if necessary, then return points
|
VisADGeometryArray |
adjustSeam(DataRenderer renderer)
eliminate any vectors or triangles crossing seams of
map projections, defined by display-side CoordinateSystems;
this default implementation does nothing
|
Object |
clone() |
static VisADTriangleStripArray |
merge(VisADTriangleStripArray[] arrays) |
VisADGeometryArray |
removeMissing() |
String |
toString() |
adjustLongitudeBulk, copy
detach
public static VisADTriangleStripArray merge(VisADTriangleStripArray[] arrays) throws VisADException
VisADException
public VisADGeometryArray adjustSeam(DataRenderer renderer) throws VisADException
VisADGeometryArray
adjustSeam
in class VisADGeometryArray
VisADException
public VisADGeometryArray adjustLongitude(DataRenderer renderer) throws VisADException
VisADGeometryArray
adjustLongitude
in class VisADGeometryArray
VisADException
public VisADGeometryArray removeMissing()
removeMissing
in class VisADGeometryArray
public String toString()
toString
in class VisADGeometryArray
public Object clone()
clone
in class VisADGeometryArray
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.