|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectes.unex.sextante.tin.linearIsolinesFromTin.LinearContourLines
public class LinearContourLines
| Constructor Summary | |
|---|---|
LinearContourLines(double equiDistance,
double clusterTol)
Constructor |
|
| Method Summary | |
|---|---|
void |
countIsolines(com.vividsolutions.jts.geom.Coordinate[][] triangles)
The method for counting isolines from TIN |
java.util.ArrayList |
getIsolines()
The method gets list of isolines |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinearContourLines(double equiDistance,
double clusterTol)
equidistance - -
equidistance between isolinesclusterTol - -
minimum diference in X,Y coordinates between points where the points are indetical| Method Detail |
|---|
public void countIsolines(com.vividsolutions.jts.geom.Coordinate[][] triangles)
triangles - -
array of vertexes of trianglespublic java.util.ArrayList getIsolines()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||