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 |
EmptyIterator
public EmptyIterator()
getWindingRule
public int getWindingRule()
isDone
public boolean isDone()
next
public void next()
currentSegment
public int currentSegment(double[] coords)
Copyright © 1996-2009 Geotools. All Rights Reserved.