Package org.postgis.jts
Class JTSShape.PolygonPathIterator
- java.lang.Object
-
- org.postgis.jts.JTSShape.GeometryPathIterator
-
- org.postgis.jts.JTSShape.LineStringPathIterator
-
- org.postgis.jts.JTSShape.PolygonPathIterator
-
- All Implemented Interfaces:
PathIterator
- Enclosing class:
- JTSShape
public static class JTSShape.PolygonPathIterator extends JTSShape.LineStringPathIterator
-
-
Field Summary
-
Fields inherited from class org.postgis.jts.JTSShape.GeometryPathIterator
at, index
-
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
Constructors Constructor Description PolygonPathIterator(org.locationtech.jts.geom.Polygon _pg, AffineTransform _at)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDone()voidnext()-
Methods inherited from class org.postgis.jts.JTSShape.LineStringPathIterator
currentSegment, currentSegment, reInit
-
Methods inherited from class org.postgis.jts.JTSShape.GeometryPathIterator
getWindingRule
-
-
-
-
Constructor Detail
-
PolygonPathIterator
public PolygonPathIterator(org.locationtech.jts.geom.Polygon _pg, AffineTransform _at)
-
-
Method Detail
-
isDone
public boolean isDone()
- Specified by:
isDonein interfacePathIterator- Overrides:
isDonein classJTSShape.LineStringPathIterator
-
next
public void next()
- Specified by:
nextin interfacePathIterator- Overrides:
nextin classJTSShape.GeometryPathIterator
-
-