public static class JTSShape.LineStringPathIterator extends JTSShape.GeometryPathIterator
at, indexSEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
LineStringPathIterator(com.vividsolutions.jts.geom.LineString ls,
AffineTransform _at) |
| Modifier and Type | Method and Description |
|---|---|
int |
currentSegment(double[] coords) |
int |
currentSegment(float[] coords) |
boolean |
isDone() |
protected void |
reInit(com.vividsolutions.jts.geom.CoordinateSequence _cs)
only to be called from PolygonPathIterator subclass
|
getWindingRule, nextpublic LineStringPathIterator(com.vividsolutions.jts.geom.LineString ls,
AffineTransform _at)
protected void reInit(com.vividsolutions.jts.geom.CoordinateSequence _cs)
_cs - A coordinate sequence to be used.public int currentSegment(float[] coords)
public int currentSegment(double[] coords)
public boolean isDone()
Copyright © 2015. All rights reserved.