* @throws SalsaScanConfigurationException If the Scan Server Scan Type is not supported
*/
public IScanResult readScanResult(String scanServerName, boolean withTrajectories)
throws SalsaDeviceException, SalsaScanConfigurationException {
if (scanConnectorToolBase == null) {
scanConnectorToolBase = new ScanConnectorToolBase(scanServerName);
}
return scanConnectorToolBase.retrieveCommonScanResult(withTrajectories);
}