|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.jts.AbstractLiteIterator
org.geotools.geometry.jts.EmptyIterator
public class EmptyIterator
An iterator for empty geometries
Field Summary | |
---|---|
static EmptyIterator |
INSTANCE
|
Fields inherited from class org.geotools.geometry.jts.AbstractLiteIterator |
---|
dcoords |
Fields inherited from interface java.awt.geom.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 |
currentSegment(float[] coords)
|
int |
getWindingRule()
|
boolean |
isDone()
|
void |
next()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final EmptyIterator INSTANCE
Constructor Detail |
---|
public EmptyIterator()
Method Detail |
---|
public int getWindingRule()
public boolean isDone()
public void next()
public int currentSegment(double[] coords)
public int currentSegment(float[] coords)
currentSegment
in interface java.awt.geom.PathIterator
currentSegment
in class AbstractLiteIterator
PathIterator.currentSegment(float[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |