es.unex.sextante.vectorTools.smoothLines
Class ControlCurve

java.lang.Object
  extended by es.unex.sextante.vectorTools.smoothLines.ControlCurve
Direct Known Subclasses:
Bezier, BSpline, NatCubic

public abstract class ControlCurve
extends java.lang.Object


Field Summary
protected  com.vividsolutions.jts.geom.Geometry m_Geometry
           
protected  double[] m_X
           
protected  double[] m_Y
           
 
Constructor Summary
ControlCurve(com.vividsolutions.jts.geom.Geometry geom)
           
 
Method Summary
abstract  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
 

Field Detail

m_Geometry

protected com.vividsolutions.jts.geom.Geometry m_Geometry

m_X

protected double[] m_X

m_Y

protected double[] m_Y
Constructor Detail

ControlCurve

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

getSmoothedLine

public abstract com.vividsolutions.jts.geom.LineString getSmoothedLine(int iSteps)


Copyright © 2014 gvSIG Association. All Rights Reserved.