org.jaitools.imageutils.shape
Class AbstractLiteIterator
java.lang.Object
org.jaitools.imageutils.shape.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.
This class was ported back and simplified from GeoTools, with permission from the author(s)
- Author:
- Andrea Aime
|
Field Summary |
protected double[] |
dcoords
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dcoords
protected double[] dcoords
AbstractLiteIterator
public AbstractLiteIterator()
currentSegment
public int currentSegment(float[] coords)
- Specified by:
currentSegment in interface PathIterator
- See Also:
PathIterator.currentSegment(float[])
Copyright © 2009-2015. All Rights Reserved.