public class EmptyIterator extends AbstractLiteIterator
| Modifier and Type | Field and Description |
|---|---|
static EmptyIterator |
INSTANCE |
dcoordsSEG_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 PathIteratorcurrentSegment in class AbstractLiteIteratorPathIterator.currentSegment(float[])Copyright © 1996–2019 Geotools. All rights reserved.