|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.renderer.lite.AbstractLiteIterator
org.geotools.renderer.lite.PointIterator
A path iterator for the LiteShape class, specialized to iterate over Point objects.
| Field Summary |
| Fields inherited from class org.geotools.renderer.lite.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 | |
PointIterator(com.vividsolutions.jts.geom.Point point,
java.awt.geom.AffineTransform at)
Creates a new PointIterator object. |
|
| Method Summary | |
int |
currentSegment(double[] coords)
|
int |
getWindingRule()
Return the winding rule for determining the interior of the path. |
boolean |
isDone()
|
void |
next()
|
| Methods inherited from class org.geotools.renderer.lite.AbstractLiteIterator |
currentSegment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PointIterator(com.vividsolutions.jts.geom.Point point,
java.awt.geom.AffineTransform at)
at - The affine transform applied to coordinates during iteration| Method Detail |
public 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[])
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||