org.geotools.geometry.jts
Class EmptyIterator
Object
AbstractLiteIterator
EmptyIterator
- All Implemented Interfaces:
- PathIterator
public class EmptyIterator
- extends AbstractLiteIterator
An iterator for empty geometries
- Since:
- 2.4
Methods inherited from class 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 © 1996-2014 Geotools. All Rights Reserved.