org.geotools.geometry.jts
Class EmptyIterator

Object
  extended by AbstractLiteIterator
      extended by EmptyIterator
All Implemented Interfaces:
PathIterator

public class EmptyIterator
extends AbstractLiteIterator

An iterator for empty geometries

Since:
2.4

Field Summary
 
Fields inherited from class AbstractLiteIterator
dcoords
 
Fields inherited from interface PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
 
Constructor Summary
EmptyIterator()
           
 
Method Summary
 int currentSegment(double[] coords)
           
 int getWindingRule()
           
 boolean isDone()
           
 void next()
           
 
Methods inherited from class AbstractLiteIterator
currentSegment
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyIterator

public EmptyIterator()
Method Detail

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.