Interface IExplicitScanObject

All Superinterfaces:
IScanObject, Iterable<Object>
All Known Implementing Classes:
ExplicitScanObject

public interface IExplicitScanObject extends IScanObject, Iterable<Object>
A scan object that has an explicitly defined set of points (internally provided by an ScanPositionProvider).
  • Method Details

    • getPoint

      Object getPoint(int index)
      Get the point and the given index.
      Parameters:
      index -
      Returns:
      the point