es.unex.sextante.tin.linearIsolinesFromTin
Class LinearContourLines

java.lang.Object
  extended by es.unex.sextante.tin.linearIsolinesFromTin.LinearContourLines

public class LinearContourLines
extends java.lang.Object


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

LinearContourLines

public LinearContourLines(double equiDistance,
                          double clusterTol)
Constructor

Parameters:
equidistance - - equidistance between isolines
clusterTol - - minimum diference in X,Y coordinates between points where the points are indetical
Method Detail

countIsolines

public void countIsolines(com.vividsolutions.jts.geom.Coordinate[][] triangles)
The method for counting isolines from TIN

Parameters:
triangles - - array of vertexes of triangles

getIsolines

public java.util.ArrayList getIsolines()
The method gets list of isolines

Returns:
ArrayList of isolines


Copyright © 2014 gvSIG Association. All Rights Reserved.