- All Implemented Interfaces:
- PathIterator
- Direct Known Subclasses:
- EmptyIterator, GeomCollectionIterator, LineIterator, PackedLineIterator, PointIterator, PolygonIterator
public abstract class AbstractLiteIterator
extends Object
implements PathIterator
Subclass that provides a convenient efficient currentSegment(float[] coords) implementation that
reuses always the same double array. This class and the associated subclasses are not thread
safe.
This class was ported back and simplified from GeoTools, with permission from the author(s)
- Author:
- Andrea Aime