|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectes.unex.sextante.tin.smoothTinBezier.BezierSurface
public class BezierSurface
| Constructor Summary | |
|---|---|
BezierSurface(com.vividsolutions.jts.geom.Coordinate[][] triangles,
com.vividsolutions.jts.index.strtree.STRtree trianglesIndex,
java.util.TreeMap breakLines,
double scaleZ,
int m_LoD)
Constructor |
|
| Method Summary | |
|---|---|
protected char |
compareReturnIndex(com.vividsolutions.jts.geom.Coordinate[] triangle,
com.vividsolutions.jts.geom.Coordinate P)
The method which compare points |
boolean |
hasNext()
The method tests list of bezier triangle if has next |
com.vividsolutions.jts.geom.Coordinate[][] |
nextTrinagle()
The method gets next group of small triangles of main Bezier triangle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BezierSurface(com.vividsolutions.jts.geom.Coordinate[][] triangles,
com.vividsolutions.jts.index.strtree.STRtree trianglesIndex,
java.util.TreeMap breakLines,
double scaleZ,
int m_LoD)
triangles - -
array of triangle's vertexestrainglesIndex - -
RTree index of trianglesbreakLine - -
map of break linesscaleZ - -
scale of Z coordinate to optimize datam_LoD - -
Level of Detail| Method Detail |
|---|
protected char compareReturnIndex(com.vividsolutions.jts.geom.Coordinate[] triangle,
com.vividsolutions.jts.geom.Coordinate P)
P - -
points for comparing
public boolean hasNext()
true - -
hasNext, false hasn't Nextpublic com.vividsolutions.jts.geom.Coordinate[][] nextTrinagle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||