public final class PointIterator extends AbstractLiteIterator
dcoordsSEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
PointIterator(Point point,
AffineTransform at)
Creates a new PointIterator object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
currentSegment(double[] coords) |
int |
getWindingRule()
Return the winding rule for determining the interior of the path.
|
boolean |
isDone() |
void |
next() |
currentSegmentpublic PointIterator(Point point,
AffineTransform at)
point - The pointat - The affine transform applied to coordinates during iterationpublic int getWindingRule()
WIND_EVEN_ODD by default.public void next()
PathIterator.next()public boolean isDone()
PathIterator.isDone()public int currentSegment(double[] coords)
PathIterator.currentSegment(double[])Copyright © 1996–2019 Geotools. All rights reserved.