es.unex.sextante.vectorTools.smoothLines
Class BSpline

java.lang.Object
  extended by es.unex.sextante.vectorTools.smoothLines.ControlCurve
      extended by es.unex.sextante.vectorTools.smoothLines.BSpline

public class BSpline
extends ControlCurve


Field Summary
 
Fields inherited from class es.unex.sextante.vectorTools.smoothLines.ControlCurve
m_Geometry, m_X, m_Y
 
Constructor Summary
BSpline(com.vividsolutions.jts.geom.Geometry geom)
           
 
Method Summary
 com.vividsolutions.jts.geom.LineString getSmoothedLine(int iSteps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSpline

public BSpline(com.vividsolutions.jts.geom.Geometry geom)
Method Detail

getSmoothedLine

public com.vividsolutions.jts.geom.LineString getSmoothedLine(int iSteps)
Specified by:
getSmoothedLine in class ControlCurve


Copyright © 2014 gvSIG Association. All Rights Reserved.