java.lang.Object
net.anwiba.spatial.geometry.extract.Step
All Implemented Interfaces:
IStep

public class Step extends Object implements IStep
  • Constructor Details

    • Step

      public Step(IStep step, int index)
  • Method Details

    • getIndex

      public int getIndex()
      Specified by:
      getIndex in interface IStep
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface IStep
    • next

      public IStep next()
      Specified by:
      next in interface IStep
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object