Class AbstractLiteIterator

Object
AbstractLiteIterator
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.
Author:
Andrea Aime