Package org.postgis.jts
Class JTSShape.PointPathIterator
- java.lang.Object
-
- org.postgis.jts.JTSShape.GeometryPathIterator
-
- org.postgis.jts.JTSShape.PointPathIterator
-
- All Implemented Interfaces:
PathIterator
- Enclosing class:
- JTSShape
public static class JTSShape.PointPathIterator 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 PointPathIterator(org.locationtech.jts.geom.Point _p, AffineTransform _at)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcurrentSegment(double[] coords)intcurrentSegment(float[] coords)booleanisDone()-
Methods inherited from class org.postgis.jts.JTSShape.GeometryPathIterator
getWindingRule, next
-
-
-
-
Constructor Detail
-
PointPathIterator
public PointPathIterator(org.locationtech.jts.geom.Point _p, AffineTransform _at)
-
-