thrownewRuntimeException("MeasurementArea should be rectangular.");
}
if(pedestrianTrajectoryProcessor==null){
thrownewRuntimeException(String.format("PedestrianVelocityProcessor with index %d does not exist.",processorAttributes.getPedestrianTrajectoryProcessorId()));
}
...
...
@@ -123,7 +126,7 @@ public class PedestrianSpeedInAreaProcessor extends DataProcessor<TimestepPedest