Package org.postgis.jts
Class JTSShape.GeometryCollectionPathIterator
- java.lang.Object
-
- org.postgis.jts.JTSShape.GeometryPathIterator
-
- org.postgis.jts.JTSShape.GeometryCollectionPathIterator
-
- All Implemented Interfaces:
PathIterator
- Enclosing class:
- JTSShape
public static class JTSShape.GeometryCollectionPathIterator extends JTSShape.GeometryPathIterator
-
-
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 GeometryCollectionPathIterator(org.locationtech.jts.geom.GeometryCollection _coll, AffineTransform _at)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcurrentSegment(double[] coords)intcurrentSegment(float[] coords)booleanisDone()voidnext()-
Methods inherited from class org.postgis.jts.JTSShape.GeometryPathIterator
getWindingRule
-
-
-
-
Constructor Detail
-
GeometryCollectionPathIterator
public GeometryCollectionPathIterator(org.locationtech.jts.geom.GeometryCollection _coll, AffineTransform _at)
-
-
Method Detail
-
isDone
public boolean isDone()
-
next
public void next()
- Specified by:
nextin interfacePathIterator- Overrides:
nextin classJTSShape.GeometryPathIterator
-
currentSegment
public int currentSegment(float[] coords)
-
currentSegment
public int currentSegment(double[] coords)
-
-