org.geotools.geometry.jts
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
- Module:
Field Summary |
protected double[] |
dcoords
|
Methods inherited from class 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 © 1996-2009 Geotools. All Rights Reserved.