public class VisADLineStripArray extends VisADGeometryArray
| Modifier and Type | Field and Description |
|---|---|
int[] |
stripVertexCounts |
colors, coordinates, normals, texCoords, vertexCount, vertexFormat| Constructor and Description |
|---|
VisADLineStripArray() |
| 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 VisADLineStripArray |
merge(VisADLineStripArray[] arrays) |
VisADGeometryArray |
removeMissing() |
adjustLongitudeBulk, copy, toStringdetachpublic static VisADLineStripArray merge(VisADLineStripArray[] arrays) throws VisADException
VisADExceptionpublic VisADGeometryArray adjustSeam(DataRenderer renderer) throws VisADException
VisADGeometryArrayadjustSeam in class VisADGeometryArrayVisADExceptionpublic VisADGeometryArray adjustLongitude(DataRenderer renderer) throws VisADException
VisADGeometryArrayadjustLongitude in class VisADGeometryArrayVisADExceptionpublic VisADGeometryArray removeMissing()
removeMissing in class VisADGeometryArraypublic Object clone()
clone in class VisADGeometryArrayCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.