org.jaitools.imageutils.shape
Class EmptyIterator
java.lang.Object
org.jaitools.imageutils.shape.AbstractLiteIterator
org.jaitools.imageutils.shape.EmptyIterator
- All Implemented Interfaces:
- PathIterator
public class EmptyIterator
- extends AbstractLiteIterator
An iterator for empty geometries. This class was ported back and simplified from GeoTools, with permission from the author(s)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final EmptyIterator INSTANCE
EmptyIterator
public EmptyIterator()
getWindingRule
public int getWindingRule()
isDone
public boolean isDone()
next
public void next()
currentSegment
public int currentSegment(double[] coords)
currentSegment
public int currentSegment(float[] coords)
- Specified by:
currentSegment in interface PathIterator- Overrides:
currentSegment in class AbstractLiteIterator
- See Also:
PathIterator.currentSegment(float[])
Copyright © 2009-2015. All Rights Reserved.