public class EmptyIterator extends AbstractLiteIterator
Modifier and Type | Field and Description |
---|---|
static EmptyIterator |
INSTANCE |
dcoords
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
Constructor and Description |
---|
EmptyIterator() |
Modifier and Type | Method and Description |
---|---|
int |
currentSegment(double[] coords) |
int |
currentSegment(float[] coords) |
int |
getWindingRule() |
boolean |
isDone() |
void |
next() |
public static final EmptyIterator INSTANCE
public int getWindingRule()
public boolean isDone()
public void next()
public int currentSegment(double[] coords)
public int currentSegment(float[] coords)
currentSegment
in interface PathIterator
currentSegment
in class AbstractLiteIterator
PathIterator.currentSegment(float[])
Copyright © 1996–2019 Geotools. All rights reserved.