Class JTSShape.LineStringPathIterator

    • Constructor Detail

      • LineStringPathIterator

        public LineStringPathIterator​(org.locationtech.jts.geom.LineString ls,
                                      AffineTransform _at)
    • Method Detail

      • reInit

        protected void reInit​(org.locationtech.jts.geom.CoordinateSequence _cs)
        only to be called from PolygonPathIterator subclass
        Parameters:
        _cs - A coordinate sequence to be used.
      • currentSegment

        public int currentSegment​(float[] coords)
      • currentSegment

        public int currentSegment​(double[] coords)
      • isDone

        public boolean isDone()