|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.ogcwebservices.wpvs.utils.VisADWrapper
public class VisADWrapper
A wrapper for VisAD objects. This class takes care of collecting points to build a TIN, of TIN creation itself and its output as a geometry collection.
| Constructor Summary | |
|---|---|
VisADWrapper(List<javax.vecmath.Point3d> ptsList,
double scale)
Initializes the object by creating a common domain field from the geometrical information (the envelope, the width and the height) supplied. |
|
| Method Summary | |
|---|---|
void |
addPoints(List<javax.vecmath.Point3d> points)
Add Points to the internal list. |
void |
clear()
Clear all points and invalidate list. |
List<float[][]> |
getTriangleCollectionAsList()
Generates a list of tringles containing the triangles representing the TIN. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisADWrapper(List<javax.vecmath.Point3d> ptsList,
double scale)
ptsList - a list of Pointsscale - to multiply to the z-value| Method Detail |
|---|
public final void addPoints(List<javax.vecmath.Point3d> points)
Points to the internal list. Lists without any elements (or null lists) are ignored.
points - to be added to the listpublic final List<float[][]> getTriangleCollectionAsList()
float[3][3], each of which representing a TIN trianglepublic void clear()
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net