Maven module :un.api : api-geometry :
Class : un.impl.geometry.path.RadialDistanceSimplifyPathIterator
Extends/Implements : un.impl.geometry.path.PathIterator
Subclasses : -

Simplify a path iterator removing points to close to each other.
author  Johann Sorel


Variables : -
Functions : RadialDistanceSimplifyPathIterator, reset, reset, next, getType, getPosition, getFirstControl, getSecondControl, getArcParameters, getLargeArcFlag, getSweepFlag



public void RadialDistanceSimplifyPathIterator (PathIterator iterator, double radius)

public void reset (PathIterator iterator, double radius)

public void reset ()

public boolean next ()

public int getType ()

public Tuple getPosition (Tuple buffer)

public Tuple getFirstControl (Tuple buffer)

public Tuple getSecondControl (Tuple buffer)

public Tuple getArcParameters (Tuple buffer)

public boolean getLargeArcFlag ()

public boolean getSweepFlag ()