Class EmptyIterator

  • All Implemented Interfaces:
    PathIterator

    public class EmptyIterator
    extends AbstractLiteIterator
    An iterator for empty geometries
    Since:
    2.4
    • Constructor Detail

      • EmptyIterator

        public EmptyIterator()
    • Method Detail

      • getWindingRule

        public int getWindingRule()
      • isDone

        public boolean isDone()
      • next

        public void next()
      • currentSegment

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

        public int currentSegment​(float[] coords)
        Specified by:
        currentSegment in interface PathIterator
        Overrides:
        currentSegment in class AbstractLiteIterator
        See Also:
        PathIterator.currentSegment(float[])