Package uk.ac.gda.api.scan
Interface IExplicitScanObject
- All Superinterfaces:
IScanObject,Iterable<Object>
- All Known Implementing Classes:
ExplicitScanObject
A scan object that has an explicitly defined set of points
(internally provided by an
ScanPositionProvider).-
Nested Class Summary
Nested classes/interfaces inherited from interface uk.ac.gda.api.scan.IScanObject
IScanObject.ScanObjectType -
Method Summary
Methods inherited from interface uk.ac.gda.api.scan.IScanObject
arePointsValid, getNumberPoints, getScannable, getType, hasStart, hasStop, moveStep, moveToStartMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getPoint
Get the point and the given index.- Parameters:
index-- Returns:
- the point
-