@Override
 public void next() throws IOException {
   delegate.next();
   animationRecord =
       animationRecordBuffer.getRecord(
           animationTimeStepRecordOffset
               + ((Number) delegate.read(shapefileJoinAttributeIndex)).intValue()
               - animationJoinValueOffset);
   _isRecordDebuged = false;
 }