es.unex.sextante.vectorTools.smoothLines
Class Bezier

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

public class Bezier
extends ControlCurve


Field Summary
 
Fields inherited from class es.unex.sextante.vectorTools.smoothLines.ControlCurve
m_Geometry, m_X, m_Y
 
Constructor Summary
Bezier(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

Bezier

public Bezier(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.